File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments