Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/android_project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.0'
classpath 'com.android.tools.build:gradle:8.8.2'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
5 changes: 2 additions & 3 deletions gradle/android_project/library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ android {

namespace 'com.gluonhq.helloandroid'

compileSdkVersion 34

defaultConfig {
minSdkVersion 21
targetSdkVersion 34
compileSdk 35
targetSdkVersion 35
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/native-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def sdkPath(String platform) {
return "/Applications/Xcode.app/Contents/Developer/Platforms/${platform}.platform/Developer/SDKs/${platform}${IOS_VERSION}.sdk";
}

def AndroidPlatform = 34
def AndroidPlatform = 35

task androidBuild {
group = "native"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ android {

namespace 'com.gluonhq.helloandroid'

compileSdkVersion 34

defaultConfig {
minSdkVersion 21
targetSdkVersion 34
compileSdk 35
targetSdkVersion 35
}

compileOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ android {

namespace 'com.gluonhq.helloandroid'

compileSdkVersion 34

defaultConfig {
minSdkVersion 21
targetSdkVersion 34
compileSdk 35
targetSdkVersion 35
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ android {

namespace 'com.gluonhq.helloandroid'

compileSdkVersion 34

defaultConfig {
minSdkVersion 21
targetSdkVersion 34
compileSdk 35
targetSdkVersion 35
}

buildFeatures {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ android {

namespace 'com.gluonhq.helloandroid'

compileSdkVersion 34

defaultConfig {
minSdkVersion 21
targetSdkVersion 34
compileSdk 35
targetSdkVersion 35
}

buildFeatures {
Expand Down