Skip to content

Commit 103839e

Browse files
committed
Updated build.gradle.kts for version 0.2.0
1 parent f2276f9 commit 103839e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

android-util/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ afterEvaluate {
6767

6868
groupId = "com.github.philipk99"
6969
artifactId = "android-util"
70-
version = "0.1.0"
70+
version = "0.2.0"
7171
}
7272
}
7373
}

gradle.properties

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ 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
23+
android.nonTransitiveRClass=true
24+
# Automatically convert third-party libraries to use AndroidX
25+
android.enableJetifier=true
26+
27+
android.disableAutomaticComponentCreation=true

0 commit comments

Comments
 (0)