Skip to content

Commit 2f7e860

Browse files
updated lib
1 parent 8aa630a commit 2f7e860

File tree

5 files changed

+6
-14
lines changed

5 files changed

+6
-14
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ext {
3232
compileSdkVersion = 31
3333
buildToolsVersion = "26.0.1"
3434

35-
minSdkVersion = 16
35+
minSdkVersion = 26
3636
targetSdkVersion = 31
3737

3838
supportLibraryVersion = "26.1.0"

debugoverlay-ext-netstats/build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ dependencies {
1414
implementation project(':debugoverlay')
1515
testImplementation deps.junit
1616
}
17-
18-
// for maven central deployment
19-
apply from: 'https://raw.githubusercontent.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

debugoverlay-ext-timber/build.gradle

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ android {
1212

1313
dependencies {
1414
implementation project(':debugoverlay')
15-
implementation 'com.jakewharton.timber:timber:4.5.1'
15+
implementation 'com.jakewharton.timber:timber:5.0.1'
1616
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+
}

debugoverlay-no-op/build.gradle

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,4 @@ android {
3030
dependencies {
3131
testImplementation deps.junit
3232
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+
}

debugoverlay/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ dependencies {
4040
publishing {
4141
publications {
4242
release(MavenPublication) {
43-
groupId = 'com.github.AlticeLabsProjects.DebugOverlay-Android'
43+
groupId = 'com.github.AlticeLabsProjects'
4444
artifactId = 'DebugOverlay-Android'
4545
version = '1.0.0'
46+
4647
}
4748
}
4849
}

0 commit comments

Comments
 (0)