Skip to content

Commit 5a09b77

Browse files
committed
version added
1 parent 12dc716 commit 5a09b77

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ 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+
android.disableAutomaticComponentCreation=true

networkobserver/build.gradle

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

4949
groupId='com.github.Fenil-13'
5050
artifactId='NetworkObserver'
51-
version='1.0'
51+
version='1.0.2'
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)