Archived
Added TimetableOverviewActivity.kt and a means to launch via a button through EventFragment.kt; implementation unfinished
This commit is contained in:
@@ -12,8 +12,8 @@ android {
|
||||
applicationId = "com.denizk0461.weserplaner"
|
||||
minSdk = 24
|
||||
targetSdk = 33
|
||||
versionCode = 7
|
||||
versionName = "1.0.3"
|
||||
versionCode = 8
|
||||
versionName = "1.1.0"
|
||||
|
||||
resourceConfigurations += arrayOf("en", "de")
|
||||
|
||||
@@ -65,5 +65,7 @@ dependencies {
|
||||
|
||||
implementation("com.google.android.material:material:1.9.0")
|
||||
|
||||
implementation("com.github.alamkanak:android-week-view:1.2.6")
|
||||
|
||||
implementation("org.jsoup:jsoup:1.15.4")
|
||||
}
|
||||
Reference in New Issue
Block a user