mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 16:25:27 +02:00
chore: Upgrade AGP
This commit is contained in:
parent
781e2141e4
commit
ad1db58b6a
@ -24,7 +24,7 @@ import org.gradle.api.artifacts.VersionCatalogsExtension
|
|||||||
import org.gradle.kotlin.dsl.getByType
|
import org.gradle.kotlin.dsl.getByType
|
||||||
|
|
||||||
internal fun Project.configureCompose(
|
internal fun Project.configureCompose(
|
||||||
commonExtension: CommonExtension<*, *, *, *, *>,
|
commonExtension: CommonExtension<*, *, *, *, *, *>
|
||||||
) {
|
) {
|
||||||
commonExtension.apply {
|
commonExtension.apply {
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
|
@ -30,7 +30,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinJvmOptions
|
|||||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||||
|
|
||||||
internal fun Project.configureKotlinAndroid(
|
internal fun Project.configureKotlinAndroid(
|
||||||
commonExtension: CommonExtension<*, *, *, *, *>,
|
commonExtension: CommonExtension<*, *, *, *, *, *>,
|
||||||
) {
|
) {
|
||||||
commonExtension.apply {
|
commonExtension.apply {
|
||||||
compileSdk = 34
|
compileSdk = 34
|
||||||
@ -100,6 +100,6 @@ internal fun Project.configureKotlinAndroid(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fun CommonExtension<*, *, *, *, *>.kotlinOptions(block: KotlinJvmOptions.() -> Unit) {
|
fun CommonExtension<*, *, *, *, *, *>.kotlinOptions(block: KotlinJvmOptions.() -> Unit) {
|
||||||
(this as ExtensionAware).extensions.configure("kotlinOptions", block)
|
(this as ExtensionAware).extensions.configure("kotlinOptions", block)
|
||||||
}
|
}
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
[versions]
|
[versions]
|
||||||
versionCode = "37"
|
versionCode = "1"
|
||||||
versionName = "Red Salsa"
|
versionName = "NumberHub"
|
||||||
|
|
||||||
androidxBrowserBrowser = "1.7.0"
|
androidxBrowserBrowser = "1.8.0"
|
||||||
androidGradlePlugin = "8.2.2"
|
androidGradlePlugin = "8.3.0"
|
||||||
androidxActivityActivityCompose = "1.8.2"
|
androidxActivityActivityCompose = "1.9.0"
|
||||||
androidxAppCompatAppCompat = "1.6.1"
|
androidxAppCompatAppCompat = "1.6.1"
|
||||||
androidxCompose = "1.6.1"
|
androidxCompose = "1.6.6"
|
||||||
androidxComposeCompiler = "1.5.9"
|
androidxComposeCompiler = "1.5.9"
|
||||||
androidxComposeMaterial3 = "1.2.0"
|
androidxComposeMaterial3 = "1.2.1"
|
||||||
androidxCoreCoreKts = "1.12.0"
|
androidxCoreCoreKts = "1.13.0"
|
||||||
androidxGlanceGlance = "1.0.0"
|
androidxGlanceGlance = "1.0.0"
|
||||||
androidxDatastoreDatastorePreferences = "1.0.0"
|
androidxDatastoreDatastorePreferences = "1.1.0"
|
||||||
androidxEspresso = "3.5.1"
|
androidxEspresso = "3.5.1"
|
||||||
androidxHiltHiltNavigationCompose = "1.1.0"
|
androidxHiltHiltNavigationCompose = "1.2.0"
|
||||||
androidxMacroBenchmark = "1.2.3"
|
androidxMacroBenchmark = "1.2.4"
|
||||||
androidxLifecycleLifecycleRuntimeCompose = "2.7.0"
|
androidxLifecycleLifecycleRuntimeCompose = "2.7.0"
|
||||||
androidxNavigationNavigationCompose = "2.7.7"
|
androidxNavigationNavigationCompose = "2.7.7"
|
||||||
androidxProfileinstallerProfileinstaller = "1.3.1"
|
androidxProfileinstallerProfileinstaller = "1.3.1"
|
||||||
@ -22,12 +22,12 @@ androidxRoom = "2.6.1"
|
|||||||
androidxTest = "1.5.0"
|
androidxTest = "1.5.0"
|
||||||
androidxTestExtJunitKtx = "1.1.5"
|
androidxTestExtJunitKtx = "1.1.5"
|
||||||
androidxTestRunner = "1.5.2"
|
androidxTestRunner = "1.5.2"
|
||||||
androidxUiAutomator = "2.2.0"
|
androidxUiAutomator = "2.3.0"
|
||||||
androidxWindowWindow = "1.2.0"
|
androidxWindowWindow = "1.2.0"
|
||||||
androidxWorkWorkRuntimeKtx = "2.9.0"
|
androidxWorkWorkRuntimeKtx = "2.9.0"
|
||||||
comAndroidToolsDesugarJdkLibs = "2.0.4"
|
comAndroidToolsDesugarJdkLibs = "2.0.4"
|
||||||
comGithubSadellieThemmo = "1.3.0"
|
comGithubSadellieThemmo = "1.3.0"
|
||||||
comGoogleDagger = "2.48.1"
|
comGoogleDagger = "2.49"
|
||||||
comSquareupMoshiMoshiKotlin = "1.15.0"
|
comSquareupMoshiMoshiKotlin = "1.15.0"
|
||||||
comSquareupRetrofit2ConverterMoshi = "2.9.0"
|
comSquareupRetrofit2ConverterMoshi = "2.9.0"
|
||||||
orgJacocoOrgJacocoCore = "0.8.10"
|
orgJacocoOrgJacocoCore = "0.8.10"
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#Thu Feb 02 22:43:30 AZT 2023
|
#Thu Feb 02 22:43:30 AZT 2023
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user