mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[Simulator/Android] Bump Gradle and Java & Add Android on README
This commit is contained in:
@@ -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)}}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user