Skip to content

Commit

Permalink
Update grade version in android-sdl example
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Jun 15, 2022
1 parent 790b0af commit b7eba92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions examples/android-sdl/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/local.properties
/.idea
/.gradle
/app/.externalNativeBuild
/app/.cxx
/app/build
/app/jni/SDL
/app/jni/SDL_image
Expand Down
6 changes: 3 additions & 3 deletions examples/android-sdl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:7.0.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -15,7 +15,7 @@ buildscript {

allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip

0 comments on commit b7eba92

Please sign in to comment.