File tree Expand file tree Collapse file tree 5 files changed +28
-13
lines changed
Expand file tree Collapse file tree 5 files changed +28
-13
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ android {
1111 targetSdkVersion rootProject.ext.TargetSdk
1212 versionCode 4
1313 versionName ' 1.0.3'
14-
15- // Naming app bundles
16- setArchivesBaseName(" ${ parent.name} -v${ versionCode} " )
1714 }
1815
1916 bundle {
@@ -30,16 +27,22 @@ android {
3027 }
3128 }
3229
33- compileOptions {
34- sourceCompatibility JavaVersion . VERSION_1_8
35- targetCompatibility JavaVersion . VERSION_1_8
36- }
37-
3830 lint {
3931 abortOnError false
4032 }
4133}
4234
35+ base {
36+ // Output file name
37+ archivesName = " ${ parent.name} -${ android.defaultConfig.versionCode} "
38+ }
39+
40+ java {
41+ toolchain {
42+ languageVersion = JavaLanguageVersion . of(11 )
43+ }
44+ }
45+
4346dependencies {
4447 /*
4548 * CandyBar Material Dashboard Library
@@ -50,7 +53,7 @@ dependencies {
5053 * If you've missed some versions you've to also follow update guide for those versions
5154 */
5255
53- implementation ' com.github.zixpo:candybar:3.20.2 '
56+ implementation ' com.github.zixpo:candybar:3.21.1 '
5457
5558 // TODO: Remove `//` below to enable OneSignal
5659 // implementation 'com.onesignal:OneSignal:[5.0.0, 5.99.99]'
Original file line number Diff line number Diff line change 77 <item >action</item >
88 <item >adw</item >
99 <item >apex</item >
10+ <item >before</item >
1011 <item >blackberry</item >
1112 <item >cm_theme</item >
13+ <item >coloros</item >
1214 <item >flick</item >
1315 <item >go_ex</item >
16+ <item >hios</item >
1417 <item >holo</item >
1518 <item >holo_hd</item >
1619 <item >hyperion</item >
2225 <item >microsoft</item >
2326 <item >moto</item >
2427 <item >niagara</item >
28+ <item >nothing</item >
2529 <item >nougat</item >
2630 <item >nova</item >
31+ <item >oxygenos</item >
2732 <item >pixel</item >
2833 <item >poco</item >
34+ <item >projectivy</item >
35+ <item >realme_ui</item >
2936 <item >samsung_one_ui</item >
3037 <item >smart</item >
3138 <item >solo</item >
3239 <item >square</item >
40+ <item >tinybit</item >
3341 <item >zenui</item >
3442 </string-array >
3543
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66
77 dependencies {
8- classpath ' com.android.tools.build:gradle:8.5.1 '
8+ classpath ' com.android.tools.build:gradle:8.7.3 '
99 }
1010}
1111
@@ -19,8 +19,8 @@ allprojects {
1919
2020 rootProject. ext {
2121 MinSdk = 21
22- TargetSdk = 34
23- CompileSdk = 34
22+ TargetSdk = 35
23+ CompileSdk = 35
2424 }
2525}
2626
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
Original file line number Diff line number Diff line change 1+ plugins {
2+ id ' org.gradle.toolchains.foojay-resolver-convention' version ' 0.8.0'
3+ }
4+
15include ' :app'
You can’t perform that action at this time.
0 commit comments