Skip to content

Commit 077d8c7

Browse files
committed
Update build version for jitpack.
1 parent 024a77f commit 077d8c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CriticalPermissionsHelper/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
ext {
55
PUBLISH_GROUP_ID = 'com.zebra.criticalpermissionshelper'
66
PUBLISH_ARTIFACT_ID = 'criticalpermissionshelper'
7-
PUBLISH_VERSION = '0.8'
7+
PUBLISH_VERSION = '0.8.2'
88
}
99

1010
android {
@@ -13,8 +13,8 @@ android {
1313
defaultConfig {
1414
minSdkVersion 30
1515
targetSdkVersion 34
16-
versionCode 8
17-
versionName "0.8"
16+
versionCode 9
17+
versionName "0.8.2"
1818

1919
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2020

0 commit comments

Comments
 (0)