Compare commits

...

6 Commits
3.5 ... master

Author SHA1 Message Date
9a4f4e0225 Merge pull request 'chore(deps): update dependency gradle to v8.13' (#82) from renovate/gradle-8.x into master
All checks were successful
apk / build (push) Successful in 1m15s
Reviewed-on: #82
2025-02-26 14:16:33 +00:00
3ec45c52c8 chore(deps): update dependency gradle to v8.13
All checks were successful
apk / build (push) Successful in 8m18s
2025-02-26 00:03:28 +00:00
ccde390528 Merge pull request 'chore(deps): update dependency com.android.tools.build:gradle to v8.8.1' (#81) from renovate/com.android.tools.build-gradle-8.x into master
All checks were successful
apk / build (push) Successful in 1m14s
Reviewed-on: #81
2025-02-14 09:00:50 +00:00
46151772bf chore(deps): update dependency com.android.tools.build:gradle to v8.8.1
All checks were successful
apk / build (push) Successful in 8m15s
2025-02-14 00:03:07 +00:00
84b4cd8d8e chore: 🔖 update version
All checks were successful
apk / build (push) Successful in 1m11s
2025-02-08 15:23:54 +01:00
95476c9cb0 perf: build all, not only release
Some checks failed
apk / build (push) Has been cancelled
2025-02-08 15:23:01 +01:00
6 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: curl -sSL -u "$USERNAME:$PASSWORD" -o app/$STORE_FILE https://cloud.crystalyx.net/remote.php/dav/files/$USERNAME/Bordel/$STORE_FILE
- run: sh gradlew lint build bundleRelease assembleRelease --no-daemon --warning-mode all
- run: sh gradlew lint build bundle assemble --no-daemon --warning-mode all
- uses: akkuman/gitea-release-action@v1
if: gitea.ref_type == 'tag'
with:

View File

@ -7,8 +7,8 @@ android {
applicationId = "net.crystalyx.setaswallpaper"
minSdkVersion = 5
targetSdkVersion = 34
versionCode = 12
versionName = "3.5"
versionCode = 13
versionName = "3.6"
}
signingConfigs {
release {

View File

@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath('com.android.tools.build:gradle:8.8.0')
classpath('com.android.tools.build:gradle:8.8.1')
}
}

Binary file not shown.

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-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

2
gradlew vendored
View File

@ -205,7 +205,7 @@ fi
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line.