[Simulator/Android] Bump Gradle and Java & Add Android on README

This commit is contained in:
mickbot-92
2025-11-08 23:25:11 +01:00
committed by GitHub
parent d1b8cefcf9
commit be0edc48b6
5 changed files with 49 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.8.1'
classpath 'com.android.tools.build:gradle:8.13.0'
}
}
@@ -32,10 +32,10 @@ apply plugin: 'com.android.application'
android {
namespace = "io.github.upsilon.simulator"
compileSdkVersion 35
compileSdkVersion 36
defaultConfig {
applicationId "io.github.upsilon.simulator"
minSdkVersion 21
minSdkVersion 16
targetSdkVersion 33
def d=new Date()
versionCode Instant.now().getEpochSecond().toInteger()
@@ -77,8 +77,8 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "androidx.appcompat:appcompat:1.7.0"
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.1.10"))
implementation "androidx.appcompat:appcompat:1.6.0"
implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.21"))
}
java{toolchain{languageVersion=JavaLanguageVersion.of(21)}}
java{toolchain{languageVersion=JavaLanguageVersion.of(25)}}

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists