Archived
WeserPlaner 1.2.0: updated dependencies
This commit is contained in:
@@ -12,7 +12,7 @@ android {
|
||||
applicationId = "com.denizk0461.weserplaner"
|
||||
minSdk = 24
|
||||
targetSdk = 34
|
||||
versionCode = 9
|
||||
versionCode = 10
|
||||
versionName = "1.2.0"
|
||||
|
||||
resourceConfigurations += arrayOf("en", "de")
|
||||
@@ -53,17 +53,17 @@ android {
|
||||
dependencies {
|
||||
implementation("androidx.appcompat:appcompat:1.6.1")
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
|
||||
implementation("androidx.core:core-ktx:1.10.1")
|
||||
implementation("androidx.fragment:fragment-ktx:1.7.0-alpha01")
|
||||
implementation("androidx.navigation:navigation-fragment-ktx:2.6.0")
|
||||
implementation("androidx.navigation:navigation-ui-ktx:2.6.0")
|
||||
implementation("androidx.preference:preference-ktx:1.2.0")
|
||||
implementation("androidx.core:core-ktx:1.12.0")
|
||||
implementation("androidx.fragment:fragment-ktx:1.7.0-alpha06")
|
||||
implementation("androidx.navigation:navigation-fragment-ktx:2.7.4")
|
||||
implementation("androidx.navigation:navigation-ui-ktx:2.7.4")
|
||||
implementation("androidx.preference:preference-ktx:1.2.1")
|
||||
implementation("androidx.room:room-runtime:2.5.2")
|
||||
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01")
|
||||
|
||||
kapt("androidx.room:room-compiler:2.5.2")
|
||||
|
||||
implementation("com.google.android.material:material:1.9.0")
|
||||
implementation("com.google.android.material:material:1.10.0")
|
||||
|
||||
implementation("com.github.alamkanak:android-week-view:1.2.6")
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 8,
|
||||
"versionName": "1.1.0",
|
||||
"versionCode": 10,
|
||||
"versionName": "1.2.0",
|
||||
"outputFile": "app-release.apk"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user