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: gradle.properties
+3-2
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,12 @@ kotlin.code.style=official
23
23
# resources declared in the library itself and none from the library's dependencies,
24
24
# thereby reducing the size of the R class for that library
25
25
android.nonTransitiveRClass=true
26
-
# Maven details
26
+
# Maven details, note NEXUS_USERNAME and NEXUS_PASSWORD are not defined here in git, they are
27
+
# private to the author.
27
28
VERSION_NAME=0.1.1
28
29
VERSION_CODE=11
29
30
GROUP=com.scottyab
30
-
POM_DESCRIPTION=A tasty root checker library and sample app. We've scoured the internets for different methods of answering that age old question... Has this device got root?
31
+
POM_DESCRIPTION=A tasty root checker library. We've scoured the internets for different methods of answering that age old question... Has this device got root?
0 commit comments