0
0
mirror of https://github.com/Ishan09811/pine.git synced 2025-04-24 08:55:10 +00:00

Update gradle to 8.6

This commit is contained in:
Ishan09811 2024-07-04 20:17:51 +05:30 committed by GitHub
parent 069af0df2b
commit 9462e7bb92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ idea.module {
android {
namespace 'emu.skyline'
compileSdk 33
compileSdk 34
var isBuildSigned = (System.getenv("CI") == "true") && (System.getenv("IS_SKYLINE_SIGNED") == "true")
@ -23,7 +23,7 @@ android {
applicationId "io.github.pine.emu"
minSdk 29
targetSdk 33
targetSdk 34
versionCode 3
versionName "0.0.3"
@ -48,7 +48,7 @@ android {
}
/* JVM Bytecode Options */
def javaVersion = JavaVersion.VERSION_1_8
def javaVersion = JavaVersion.VERSION_17
kotlinOptions {
jvmTarget = javaVersion.toString()
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"

View File

@ -13,7 +13,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'com.android.tools.build:gradle:8.4.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong

View File

@ -1,6 +1,6 @@
#Wed Apr 27 08:18:47 GMT 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME