diff --git a/app/src/main/kotlin/dev/jahir/kuper/app/MainActivity.kt b/app/src/main/kotlin/dev/jahir/kuper/app/MainActivity.kt index 60be3af..eef6b4f 100644 --- a/app/src/main/kotlin/dev/jahir/kuper/app/MainActivity.kt +++ b/app/src/main/kotlin/dev/jahir/kuper/app/MainActivity.kt @@ -4,7 +4,6 @@ import com.github.javiersantos.piracychecker.PiracyChecker import dev.jahir.kuper.ui.activities.KuperActivity class MainActivity : KuperActivity() { - /** * These things here have the default values. You can delete the ones you don't want to change * and/or modify the ones you want to. diff --git a/app/src/main/res/values-v35/themes.xml b/app/src/main/res/values-v35/themes.xml new file mode 100644 index 0000000..d3c6e7c --- /dev/null +++ b/app/src/main/res/values-v35/themes.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/buildSrc/src/main/java/Versions.kt b/buildSrc/src/main/java/Versions.kt index ee47506..b2309cf 100644 --- a/buildSrc/src/main/java/Versions.kt +++ b/buildSrc/src/main/java/Versions.kt @@ -2,7 +2,7 @@ object Versions { // Plugins - const val gradle = "8.5.0" + const val gradle = "8.6.0" const val kotlin = "2.0.0" const val sonatype = "2.0.0" const val ksp = "$kotlin-1.0.22" @@ -12,8 +12,8 @@ object Versions { // App const val minSdk = 21 - const val targetSdk = 34 - const val buildTools = "34.0.0" + const val targetSdk = 35 + const val buildTools = "35.0.0" // Frames const val frames = "3.6.2"