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 5686077 commit 6128d80Copy full SHA for 6128d80
gradle.properties
@@ -20,5 +20,4 @@ kotlin.code.style=official
20
# Enables namespacing of each library's R class so that its R class includes only the
21
# resources declared in the library itself and none from the library's dependencies,
22
# thereby reducing the size of the R class for that library
23
-android.nonTransitiveRClass=true
24
-android.disableAutomaticComponentCreation=true
+android.nonTransitiveRClass=true
otp_code_view/build.gradle
@@ -49,7 +49,7 @@ publishing {
49
release(MavenPublication) {
50
groupId = 'com.github.phong016688'
51
artifactId = 'otp-code-android-view'
52
- version = '0.0.3'
+ version = '0.0.4'
53
54
afterEvaluate {
55
from components.release
0 commit comments