We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12dc716 commit 5a09b77Copy full SHA for 5a09b77
gradle.properties
@@ -20,4 +20,5 @@ 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
+android.nonTransitiveRClass=true
24
+android.disableAutomaticComponentCreation=true
networkobserver/build.gradle
@@ -48,7 +48,7 @@ afterEvaluate {
48
49
groupId='com.github.Fenil-13'
50
artifactId='NetworkObserver'
51
- version='1.0'
+ version='1.0.2'
52
}
53
54
0 commit comments