Skip to content

Commit

Permalink
Increase version code to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
danielesergio committed Jan 26, 2023
1 parent 88f2a44 commit 31d8055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uf-client-service/build.gradle
Expand Up @@ -17,7 +17,7 @@ android {
minSdkVersion 19
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 30
versionCode 32
versionCode 33
versionName versionFromGit(project)
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
Expand Down
2 changes: 1 addition & 1 deletion uf-client-ui-example/build.gradle
Expand Up @@ -20,7 +20,7 @@ android {
minSdkVersion 24
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 30
versionCode 32
versionCode 33
versionName versionFromGit(project)
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 31d8055

Please sign in to comment.