Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MazWoz committed Oct 21, 2019
1 parent ce32b9d commit 8ab2d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 23
targetSdkVersion 29
versionCode 1
versionName "1.2.2"
versionName "1.2.3"
}
buildTypes {
release {
Expand All @@ -21,5 +21,5 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0-beta01'
implementation 'com.google.android.material:material:1.1.0-alpha05'
}

0 comments on commit 8ab2d41

Please sign in to comment.