Skip to content

Commit

Permalink
Upgrade service and ui versionCode to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
danielesergio committed May 24, 2022
1 parent fc981a6 commit 4807ca1
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 29
versionCode 30
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 @@ -18,7 +18,7 @@ android {
minSdkVersion 24
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 30
versionCode 28
versionCode 30
versionName versionFromGit(project)
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 4807ca1

Please sign in to comment.