Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbeomi committed Jan 26, 2021
1 parent cf1eba8 commit baedd9c
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.0'
version = '1.0.1'

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

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

0 comments on commit baedd9c

Please sign in to comment.