Skip to content

Commit

Permalink
reverted build.gradle changes
Browse files Browse the repository at this point in the history
  • Loading branch information
boginw committed Oct 16, 2020
1 parent 9b4125c commit 9cb5e63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {

defaultConfig {
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 25
versionCode 1
versionName "1.0"
}
Expand Down Expand Up @@ -74,3 +74,4 @@ task sourcesJar(type: Jar) {
artifacts {
archives sourcesJar
}

0 comments on commit 9cb5e63

Please sign in to comment.