Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MiepHD committed Dec 21, 2024
1 parent d4564ec commit ac60522
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
12 changes: 7 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ android {
applicationId 'com.froxot.cuscon'
minSdkVersion rootProject.ext.MinSdk
targetSdkVersion rootProject.ext.TargetSdk
versionCode 4041
versionName '4.0.4.1'
versionCode 4042
versionName '4.0.4.2'
multiDexEnabled true

// Naming app bundles
setArchivesBaseName("${parent.name}-v${versionCode}")
tasks.withType(Jar).configureEach {
archiveBaseName.set("${parent.name}-v${versionCode}")
}
}

bundle {
Expand Down Expand Up @@ -76,8 +78,8 @@ android {
}

dependencies {
playImplementation 'com.github.zixpo:candybar:3.20.3'
fossImplementation 'com.github.Donnnno:candybar-foss:3.20.3'
playImplementation 'com.github.zixpo:candybar:3.20.4'
fossImplementation 'com.github.Donnnno:candybar-foss:3.20.4'
}

// Code for automatically copying appfilter.xml and drawable.xml
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.2.1'
classpath 'com.android.tools.build:gradle:8.7.3'
}
}

Expand All @@ -19,11 +19,11 @@ allprojects {

rootProject.ext {
MinSdk = 21
TargetSdk = 34
CompileSdk = 34
TargetSdk = 35
CompileSdk = 35
}
}

task clean(type: Delete) {
delete rootProject.buildDir
delete layout.buildDirectory
}
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.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit ac60522

Please sign in to comment.