Skip to content

Commit

Permalink
revert to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyScherzinger committed Oct 26, 2016
1 parent d190337 commit 0d701fd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="25" />
android:targetSdkVersion="24" />

</manifest>

6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}
Expand All @@ -22,8 +22,8 @@ dependencies {
}

android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
compileSdkVersion 24
buildToolsVersion "24.0.2"

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion sample_client/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="25" />
android:targetSdkVersion="24" />
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
<activity android:name="MainActivity"
android:label="@string/app_name"
Expand Down
4 changes: 2 additions & 2 deletions sample_client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies {
}

android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
compileSdkVersion 24
buildToolsVersion "24.0.2"

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion test_client/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="25" />
android:targetSdkVersion="24" />

<application
android:allowBackup="true"
Expand Down
6 changes: 3 additions & 3 deletions test_client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:2.2.0'
}
}

Expand All @@ -20,8 +20,8 @@ dependencies {
}

android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
compileSdkVersion 24
buildToolsVersion "24.0.2"

sourceSets {
main {
Expand Down

0 comments on commit 0d701fd

Please sign in to comment.