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 2bdb7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -73,4 +73,4 @@ task sourcesJar(type: Jar) {

artifacts {
archives sourcesJar
}
}

0 comments on commit 2bdb7d6

Please sign in to comment.