Skip to content

Commit

Permalink
update 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbeomi committed Jan 29, 2021
1 parent 6f56a95 commit de5eb2f
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 @@ -4,7 +4,7 @@ plugins {
}
apply plugin: 'com.github.dcendents.android-maven'
group = 'github.hongbeomi.cloudy'
version = '1.0.1'
version = '1.0.2'

android {
compileSdkVersion 30
Expand All @@ -14,7 +14,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0.1"
versionName "1.0.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit de5eb2f

Please sign in to comment.