We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024a77f commit 077d8c7Copy full SHA for 077d8c7
CriticalPermissionsHelper/build.gradle
@@ -4,7 +4,7 @@ plugins {
4
ext {
5
PUBLISH_GROUP_ID = 'com.zebra.criticalpermissionshelper'
6
PUBLISH_ARTIFACT_ID = 'criticalpermissionshelper'
7
- PUBLISH_VERSION = '0.8'
+ PUBLISH_VERSION = '0.8.2'
8
}
9
10
android {
@@ -13,8 +13,8 @@ android {
13
defaultConfig {
14
minSdkVersion 30
15
targetSdkVersion 34
16
- versionCode 8
17
- versionName "0.8"
+ versionCode 9
+ versionName "0.8.2"
18
19
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
20
0 commit comments