Skip to content

Commit

Permalink
Gradle plugin 2.3.0; compileSdkVersion = targetSdkVersion = 25; gradl…
Browse files Browse the repository at this point in the history
…e 3.3; buildToolsVersion 25.0.2. (#7)

This makes project compatible with android studio 2.3.
  • Loading branch information
denisk20 authored and learnopengles committed Mar 13, 2017
1 parent b1ad546 commit 1cbe966
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions android/AndroidOpenGLESLessons/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 25
buildToolsVersion "25.0.2"

defaultConfig {
applicationId "com.learnopengles.android"
minSdkVersion 9
targetSdkVersion 23
targetSdkVersion 25
}

signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion android/AndroidOpenGLESLessons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.3.0'
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Dec 28 10:00:20 PST 2015
#Sun Mar 12 15:47:53 EET 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 comments on commit 1cbe966

Please sign in to comment.