Skip to content

Commit

Permalink
Update library version
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzasharuf committed Nov 24, 2021
1 parent 64346e5 commit 9ce30c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -50,7 +50,7 @@ afterEvaluate {

groupId = 'com.github.hamzasharuf'
artifactId = 'floorplanner'
version = '1.0'
version = '1.1'
}
}
}
Expand Down

0 comments on commit 9ce30c0

Please sign in to comment.