Skip to content

Commit

Permalink
Upgrade Gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Apr 27, 2023
1 parent c1c0fda commit e4665bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- name: Cache NDK
Expand Down
2 changes: 1 addition & 1 deletion build_android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.4.1'
classpath 'com.android.tools.build:gradle:8.0.0'
classpath 'org.ajoberstar.grgit:grgit-gradle:4.1.1'
}
}
Expand Down
3 changes: 3 additions & 0 deletions build_android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
android.useAndroidX=true
android.enableJetifier=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
2 changes: 1 addition & 1 deletion build_android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e4665bb

Please sign in to comment.