Skip to content

Commit

Permalink
chore: 1.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrimault committed Mar 28, 2021
1 parent 80b3703 commit 382d284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions sync/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand All @@ -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'
}
4 changes: 2 additions & 2 deletions sync/version.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 382d284

Please sign in to comment.