Updates AGP
This commit is contained in:
@@ -22,6 +22,9 @@
|
|||||||
/.idea/AndroidProjectSystem.xml
|
/.idea/AndroidProjectSystem.xml
|
||||||
/.idea/deviceManager.xml
|
/.idea/deviceManager.xml
|
||||||
/.idea/inspectionProfiles/
|
/.idea/inspectionProfiles/
|
||||||
|
/commons/.idea/gradle.xml
|
||||||
|
/commons/.idea/misc.xml
|
||||||
|
/commons/.idea/workspace.xml
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/build
|
/build
|
||||||
/captures
|
/captures
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ kotlin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
androidLibrary {
|
android {
|
||||||
namespace = "com.vitorpamplona.amethyst.commons"
|
namespace = "com.vitorpamplona.amethyst.commons"
|
||||||
compileSdk =
|
compileSdk =
|
||||||
libs.versions.android.compileSdk
|
libs.versions.android.compileSdk
|
||||||
@@ -34,6 +34,8 @@ kotlin {
|
|||||||
jvmTarget.set(JvmTarget.JVM_21)
|
jvmTarget.set(JvmTarget.JVM_21)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
androidResources.enable = true
|
||||||
|
|
||||||
withHostTest {}
|
withHostTest {}
|
||||||
|
|
||||||
withDeviceTest {
|
withDeviceTest {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
accompanistAdaptive = "0.37.3"
|
accompanistAdaptive = "0.37.3"
|
||||||
composeMultiplatform = "1.10.0"
|
composeMultiplatform = "1.10.0"
|
||||||
activityCompose = "1.12.4"
|
activityCompose = "1.12.4"
|
||||||
agp = "9.0.1"
|
agp = "9.1.0"
|
||||||
android-compileSdk = "36"
|
android-compileSdk = "36"
|
||||||
android-minSdk = "26"
|
android-minSdk = "26"
|
||||||
android-targetSdk = "36"
|
android-targetSdk = "36"
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
#Wed Jan 04 09:23:50 EST 2023
|
#Wed Jan 04 09:23:50 EST 2023
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ kotlin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
androidLibrary {
|
android {
|
||||||
namespace = "com.vitorpamplona.quartz"
|
namespace = "com.vitorpamplona.quartz"
|
||||||
compileSdk =
|
compileSdk =
|
||||||
libs.versions.android.compileSdk
|
libs.versions.android.compileSdk
|
||||||
|
|||||||
Reference in New Issue
Block a user