Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusja committed Dec 9, 2019
1 parent adbbf4e commit 1c225df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libaums/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'jacoco-android'
ext {
artifact = 'libaums'
bintrayName = 'libaums'
libraryVersion = '0.7.2'
libraryVersion = '0.7.3'
}


Expand All @@ -21,8 +21,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
versionCode 72
versionName "0.7.2"
versionCode 73
versionName "0.7.3"

externalNativeBuild {
cmake {
Expand Down

0 comments on commit 1c225df

Please sign in to comment.