Skip to content

Commit 6128d80

Browse files
committed
upate version
1 parent 5686077 commit 6128d80

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ kotlin.code.style=official
2020
# Enables namespacing of each library's R class so that its R class includes only the
2121
# resources declared in the library itself and none from the library's dependencies,
2222
# thereby reducing the size of the R class for that library
23-
android.nonTransitiveRClass=true
24-
android.disableAutomaticComponentCreation=true
23+
android.nonTransitiveRClass=true

otp_code_view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ publishing {
4949
release(MavenPublication) {
5050
groupId = 'com.github.phong016688'
5151
artifactId = 'otp-code-android-view'
52-
version = '0.0.3'
52+
version = '0.0.4'
5353

5454
afterEvaluate {
5555
from components.release

0 commit comments

Comments
 (0)