File tree Expand file tree Collapse file tree 5 files changed +22
-5
lines changed
Expand file tree Collapse file tree 5 files changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ android {
1212 namespace = " com.flycast.emulator"
1313 ndkVersion = " 29.0.14206865"
1414 compileSdk {
15- version = release(36 )
15+ version = release(36 ) {
16+ minorApiLevel = 1
17+ }
1618 }
1719
1820 defaultConfig {
Original file line number Diff line number Diff line change 1+ # This file is generated by updateDaemonJvm
2+ toolchainUrl.FREE_BSD.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/ec7520a1e057cd116f9544c42142a16b/redirect
3+ toolchainUrl.FREE_BSD.X86_64 =https\://api.foojay.io/disco/v3.0/ids/4c4f879899012ff0a8b2e2117df03b0e/redirect
4+ toolchainUrl.LINUX.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/ec7520a1e057cd116f9544c42142a16b/redirect
5+ toolchainUrl.LINUX.X86_64 =https\://api.foojay.io/disco/v3.0/ids/4c4f879899012ff0a8b2e2117df03b0e/redirect
6+ toolchainUrl.MAC_OS.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/73bcfb608d1fde9fb62e462f834a3299/redirect
7+ toolchainUrl.MAC_OS.X86_64 =https\://api.foojay.io/disco/v3.0/ids/846ee0d876d26a26f37aa1ce8de73224/redirect
8+ toolchainUrl.UNIX.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/ec7520a1e057cd116f9544c42142a16b/redirect
9+ toolchainUrl.UNIX.X86_64 =https\://api.foojay.io/disco/v3.0/ids/4c4f879899012ff0a8b2e2117df03b0e/redirect
10+ toolchainUrl.WINDOWS.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/9482ddec596298c84656d31d16652665/redirect
11+ toolchainUrl.WINDOWS.X86_64 =https\://api.foojay.io/disco/v3.0/ids/39701d92e1756bb2f141eb67cd4c660e/redirect
12+ toolchainVersion =21
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 9.0 .0"
2+ agp = " 9.1 .0"
33junit = " 4.13.2"
44junitVersion = " 1.1.5"
55espressoCore = " 3.5.1"
Original file line number Diff line number Diff line change 1- # Sat Jan 17 13:40:00 CET 2026
1+ # Sat Mar 07 10:33:44 CET 2026
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionSha256Sum =a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
5- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
4+ distributionSha256Sum =b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.1 -bin.zip
66networkTimeout =10000
77validateDistributionUrl =true
88zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ pluginManagement {
1111 gradlePluginPortal()
1212 }
1313}
14+ plugins {
15+ id ' org.gradle.toolchains.foojay-resolver-convention' version ' 1.0.0'
16+ }
1417dependencyResolutionManagement {
1518 repositoriesMode. set(RepositoriesMode . FAIL_ON_PROJECT_REPOS )
1619 repositories {
You can’t perform that action at this time.
0 commit comments