Skip to content

Commit

Permalink
retro api 23
Browse files Browse the repository at this point in the history
  • Loading branch information
maheryhaja authored Sep 18, 2017
1 parent ce2fd84 commit c564197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 25
compileSdkVersion 23
buildToolsVersion '25.0.2'

defaultConfig {
minSdkVersion 16
targetSdkVersion 25
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
Expand All @@ -21,5 +21,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.android.support:appcompat-v7:23.+'
}

0 comments on commit c564197

Please sign in to comment.