Skip to content

Commit

Permalink
chore: 0.2.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrimault committed Jun 7, 2020
1 parent 98633ff commit 8f49fe2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions sync/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -43,7 +43,7 @@ android {

flavorDimensions "version"
productFlavors {
pnx {
generic {
}
pne {
}
Expand All @@ -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'
Expand All @@ -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'
}
4 changes: 2 additions & 2 deletions sync/version.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8f49fe2

Please sign in to comment.