Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
memishood committed Nov 16, 2020
1 parent d810528 commit d41f7ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
id 'com.github.dcendents.android-maven'
}
group='com.github.memishood'
version="1.0.4"

android {
compileSdkVersion 30
Expand All @@ -13,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 30
versionCode 3
versionName "1.0.3"
versionCode 4
versionName "1.0.4"

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

0 comments on commit d41f7ce

Please sign in to comment.