You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library/build.gradle
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,12 @@ android {
32
32
defaultConfig {
33
33
minSdkVersion 9
34
34
targetSdkVersion 25
35
-
versionCode 7
36
-
versionName "0.0.7"
35
+
versionCode 8
36
+
versionName "0.0.8"
37
37
}
38
38
buildTypes {
39
39
lintOptions {
40
40
abortOnError false
41
-
checkReleaseBuilds false
42
41
}
43
42
}
44
43
}
@@ -52,7 +51,7 @@ dependencies {
52
51
publish {
53
52
groupId ='uk.co.hassie'
54
53
artifactId ='version-info-material-dialog'
55
-
publishVersion ='0.0.7'
54
+
publishVersion ='0.0.8'
56
55
desc ='A simple Android library compatible all the way down to API 9, which shows a material dialog with version info for the app; using the same style as Googles version info dialogs'
0 commit comments