Skip to content

Commit

Permalink
bump buildToolsVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Aug 24, 2015
1 parent dbf018e commit 1ba7e4b
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion MoreTeapots/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "22.0.1
buildToolsVersion = "23.0.0"

defaultConfig.with {
applicationId = "com.sample.moreteapots"
Expand Down
2 changes: 1 addition & 1 deletion Teapot/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "22.0.1
buildToolsVersion = "23.0.0"

defaultConfig.with {
applicationId = "com.sample.teapot"
Expand Down
2 changes: 1 addition & 1 deletion bitmap-plasma/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "22.0.1
buildToolsVersion = "23.0.0"

defaultConfig.with {
applicationId = "com.example.plasma"
Expand Down
2 changes: 1 addition & 1 deletion endless-tunnel/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "22.0.1
buildToolsVersion = "23.0.0"

defaultConfig.with {
minSdkVersion.apiLevel = 9
Expand Down
2 changes: 1 addition & 1 deletion gles3jni/app/build-11.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "22.0.1"
buildToolsVersion = "23.0.0"

defaultConfig.with {
applicationId = "com.android.gles3jni"
Expand Down
2 changes: 1 addition & 1 deletion gles3jni/app/build-18.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "22.0.1"
buildToolsVersion = "23.0.0"

defaultConfig.with {
applicationId = "com.android.gles3jni"
Expand Down
2 changes: 1 addition & 1 deletion hello-gl2/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "22.0.1
buildToolsVersion = "23.0.0"

defaultConfig.with {
applicationId = "com.android.gl2jni"
Expand Down
2 changes: 1 addition & 1 deletion hello-jni/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "22.0.1
buildToolsVersion = "23.0.0"

defaultConfig.with {
applicationId = "com.example.hellojni"
Expand Down
2 changes: 1 addition & 1 deletion native-activity/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "22.0.1
buildToolsVersion = "23.0.0"

defaultConfig.with {
applicationId = "com.example.native_activity"
Expand Down
2 changes: 1 addition & 1 deletion native-audio/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "22.0.1
buildToolsVersion = "23.0.0"

defaultConfig.with {
applicationId = "com.example.nativeaudio"
Expand Down
2 changes: 1 addition & 1 deletion native-codec/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "22.0.1
buildToolsVersion = "23.0.0"

defaultConfig.with {
applicationId = "com.example.nativecodec"
Expand Down
2 changes: 1 addition & 1 deletion native-media/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "22.0.1
buildToolsVersion = "23.0.0"

defaultConfig.with {
applicationId = "com.example.nativemedia"
Expand Down
2 changes: 1 addition & 1 deletion native-plasma/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "22.0.1
buildToolsVersion = "23.0.0"

defaultConfig.with {
applicationId="com.example.native_plasma"
Expand Down
2 changes: 1 addition & 1 deletion san-angeles/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.model.application'
model {
android {
compileSdkVersion = 23
buildToolsVersion = "22.0.1
buildToolsVersion = "23.0.0"

defaultConfig.with {
applicationId = "com.example.SanAngeles"
Expand Down

0 comments on commit 1ba7e4b

Please sign in to comment.