Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandev committed Nov 8, 2021
1 parent 39130b2 commit 8a34e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qrscanner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 1
versionCode 2
versionName "1.0.$versionCode"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -61,7 +61,7 @@ afterEvaluate {

groupId = 'com.github.orlando-dev-code'
artifactId = 'qrscanner'
version = '1.0.1'
version = '1.0.2'
}
}
}
Expand Down

0 comments on commit 8a34e24

Please sign in to comment.