File tree 5 files changed +6
-14
lines changed
debugoverlay-ext-netstats
5 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 32
32
compileSdkVersion = 31
33
33
buildToolsVersion = " 26.0.1"
34
34
35
- minSdkVersion = 16
35
+ minSdkVersion = 26
36
36
targetSdkVersion = 31
37
37
38
38
supportLibraryVersion = " 26.1.0"
Original file line number Diff line number Diff line change @@ -14,6 +14,3 @@ dependencies {
14
14
implementation project(' :debugoverlay' )
15
15
testImplementation deps. junit
16
16
}
17
-
18
- // for maven central deployment
19
- apply from : ' https://raw.githubusercontent.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ android {
12
12
13
13
dependencies {
14
14
implementation project(' :debugoverlay' )
15
- implementation ' com.jakewharton.timber:timber:4.5 .1'
15
+ implementation ' com.jakewharton.timber:timber:5.0 .1'
16
16
testImplementation deps. junit
17
- }
18
-
19
- // for maven central deployment
20
- apply from : ' https://raw.githubusercontent.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
17
+ }
Original file line number Diff line number Diff line change @@ -30,7 +30,4 @@ android {
30
30
dependencies {
31
31
testImplementation deps. junit
32
32
testImplementation deps. mockitocore
33
- }
34
-
35
- // for maven central deployment
36
- apply from : ' https://raw.githubusercontent.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
33
+ }
Original file line number Diff line number Diff line change @@ -40,9 +40,10 @@ dependencies {
40
40
publishing {
41
41
publications {
42
42
release(MavenPublication ) {
43
- groupId = ' com.github.AlticeLabsProjects.DebugOverlay-Android '
43
+ groupId = ' com.github.AlticeLabsProjects'
44
44
artifactId = ' DebugOverlay-Android'
45
45
version = ' 1.0.0'
46
+
46
47
}
47
48
}
48
49
}
You can’t perform that action at this time.
0 commit comments