File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
contrib/android/AndroidApp Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.3.2 '
10
+ classpath ' com.android.tools.build:gradle:8.5.0 '
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ android {
6
6
applicationId " com.hwloc.lstopo"
7
7
minSdkVersion 21
8
8
targetSdkVersion 33
9
+ ndkVersion " 26.1.10909125"
9
10
// Increase versionCode whenever you publish a new Android release
10
11
versionCode 264
11
12
// Official hwloc version - snapshot number - android apk version
You can’t perform that action at this time.
0 commit comments