Skip to content

Commit 4151307

Browse files
cibgoglin
authored andcommitted
contrib/android: update gradle, gradle plugin and ndk versions
We're using very old ones that lead to others on modern build systems, e.g. #670 Signed-off-by: Brice Goglin <[email protected]>
1 parent da4f124 commit 4151307

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

contrib/android/AndroidApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77

88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.3.2'
10+
classpath 'com.android.tools.build:gradle:8.5.0'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=e53ce3a01cf016b5d294eef20977ad4e3c13e761ac1e475f1ffad4c6141a92bd
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-bin.zip
3+
distributionSha256Sum=a4b4158601f8636cdeeab09bd76afb640030bb5b144aafe261a5e8af027dc612
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

contrib/android/AndroidApp/lstopo/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ android {
66
applicationId "com.hwloc.lstopo"
77
minSdkVersion 21
88
targetSdkVersion 33
9+
ndkVersion "26.1.10909125"
910
// Increase versionCode whenever you publish a new Android release
1011
versionCode 264
1112
// Official hwloc version - snapshot number - android apk version

0 commit comments

Comments
 (0)