diff --git a/sync/build.gradle b/sync/build.gradle index f0504251..45b10fec 100644 --- a/sync/build.gradle +++ b/sync/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: "kotlin-kapt" -version = "1.1.4" +version = "1.1.5" android { compileSdkVersion 29 @@ -70,9 +70,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.constraintlayout:constraintlayout:2.1.0-beta01' - implementation 'androidx.core:core-ktx:1.5.0-beta03' - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0" + implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.work:work-runtime-ktx:2.5.0' @@ -88,6 +86,4 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:3.0.0' testImplementation 'org.robolectric:robolectric:4.3.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - androidTestImplementation 'androidx.test:runner:1.3.0' } diff --git a/sync/version.properties b/sync/version.properties index 006ed490..0b971d52 100644 --- a/sync/version.properties +++ b/sync/version.properties @@ -1,2 +1,2 @@ -#Sun Feb 07 15:44:25 CET 2021 -VERSION_CODE=2620 +#Sun Mar 28 16:48:04 CEST 2021 +VERSION_CODE=2830