diff --git a/sync/build.gradle b/sync/build.gradle index 87615390..a9b8468f 100644 --- a/sync/build.gradle +++ b/sync/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: "kotlin-kapt" -version = "0.2.8" +version = "0.2.9" android { compileSdkVersion 29 @@ -43,7 +43,7 @@ android { flavorDimensions "version" productFlavors { - pnx { + generic { } pne { } @@ -66,13 +66,13 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta6' - implementation 'androidx.core:core-ktx:1.3.0-rc01' + implementation 'androidx.core:core-ktx:1.4.0-alpha01' implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0" implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.work:work-runtime:2.3.4' implementation 'androidx.work:work-runtime-ktx:2.3.4' - implementation 'com.google.android.material:material:1.2.0-alpha06' + implementation 'com.google.android.material:material:1.2.0-beta01' implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.squareup.okhttp3:logging-interceptor:3.12.0' implementation 'com.squareup.retrofit2:retrofit:2.6.0' @@ -83,6 +83,6 @@ dependencies { testImplementation 'androidx.test:core:1.2.0' testImplementation 'org.mockito:mockito-core:3.0.0' testImplementation 'org.robolectric:robolectric:4.3.1' - androidTestImplementation 'androidx.test:runner:1.3.0-beta01' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-beta01' + androidTestImplementation 'androidx.test:runner:1.3.0-rc01' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-rc01' } diff --git a/sync/version.properties b/sync/version.properties index 45f1ee40..e4b275a7 100644 --- a/sync/version.properties +++ b/sync/version.properties @@ -1,2 +1,2 @@ -#Thu May 14 21:20:39 CEST 2020 -VERSION_CODE=2280 +#Sun Jun 07 16:47:58 CEST 2020 +VERSION_CODE=2310