Skip to content

Commit

Permalink
Updated candybar
Browse files Browse the repository at this point in the history
  • Loading branch information
MiepHD committed Jan 4, 2025
1 parent 99ede46 commit 643b85f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
17 changes: 9 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId 'com.froxot.cuscon'
minSdkVersion rootProject.ext.MinSdk
targetSdkVersion rootProject.ext.TargetSdk
versionCode 4044
versionName '4.0.4.4'
versionCode 4045
versionName '4.0.4.5'
multiDexEnabled true

// Naming app bundles
Expand Down Expand Up @@ -67,17 +67,18 @@ android {
manifest.srcFile "foss/AndroidManifest.xml"
}
}
namespace 'com.froxot.cuscon'
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
java {
toolchain {
languageVersion = JavaLanguageVersion.of(11)
}
namespace 'com.froxot.cuscon'
}

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

// Code for automatically copying appfilter.xml and drawable.xml
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/4045.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated candybar
4 changes: 4 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

include ':app'
sourceControl {
gitRepository("https://github.com/MiepHD/candybar.git") {
Expand Down

0 comments on commit 643b85f

Please sign in to comment.