Skip to content

Commit 2bdb7d6

Browse files
committed
reverted build.gradle changes
1 parent 9b4125c commit 2bdb7d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929

3030
defaultConfig {
3131
minSdkVersion 16
32-
targetSdkVersion 26
32+
targetSdkVersion 25
3333
versionCode 1
3434
versionName "1.0"
3535
}
@@ -73,4 +73,4 @@ task sourcesJar(type: Jar) {
7373

7474
artifacts {
7575
archives sourcesJar
76-
}
76+
}

0 commit comments

Comments
 (0)