mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 07:37:12 +01:00
Migrates sdk requirements to the version catalog.
This commit is contained in:
@@ -7,12 +7,12 @@ plugins {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'com.vitorpamplona.amethyst'
|
namespace 'com.vitorpamplona.amethyst'
|
||||||
compileSdk 34
|
compileSdk libs.versions.android.compileSdk.get().toInteger()
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.vitorpamplona.amethyst"
|
applicationId "com.vitorpamplona.amethyst"
|
||||||
minSdk 26
|
minSdk libs.versions.android.minSdk.get().toInteger()
|
||||||
targetSdk 34
|
targetSdk libs.versions.android.targetSdk.get().toInteger()
|
||||||
versionCode 385
|
versionCode 385
|
||||||
versionName "0.88.8"
|
versionName "0.88.8"
|
||||||
buildConfigField "String", "RELEASE_NOTES_ID", "\"2a34cbadd03212c8162e1ff896ba12641821088a2ec8d5e40d54aa80c0510800\""
|
buildConfigField "String", "RELEASE_NOTES_ID", "\"2a34cbadd03212c8162e1ff896ba12641821088a2ec8d5e40d54aa80c0510800\""
|
||||||
|
|||||||
@@ -7,11 +7,11 @@ plugins {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'com.vitorpamplona.ammolite'
|
namespace 'com.vitorpamplona.ammolite'
|
||||||
compileSdk 34
|
compileSdk libs.versions.android.compileSdk.get().toInteger()
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 26
|
minSdk libs.versions.android.minSdk.get().toInteger()
|
||||||
targetSdk 34
|
targetSdk libs.versions.android.targetSdk.get().toInteger()
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
consumerProguardFiles "consumer-rules.pro"
|
consumerProguardFiles "consumer-rules.pro"
|
||||||
|
|||||||
@@ -8,11 +8,11 @@ plugins {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'com.vitorpamplona.amethyst.benchmark'
|
namespace 'com.vitorpamplona.amethyst.benchmark'
|
||||||
compileSdk 34
|
compileSdk libs.versions.android.compileSdk.get().toInteger()
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 26
|
minSdk libs.versions.android.minSdk.get().toInteger()
|
||||||
targetSdk 34
|
targetSdk libs.versions.android.targetSdk.get().toInteger()
|
||||||
|
|
||||||
// Enable measuring on an emulator, or devices with low battery
|
// Enable measuring on an emulator, or devices with low battery
|
||||||
testInstrumentationRunner 'androidx.benchmark.junit4.AndroidBenchmarkRunner'
|
testInstrumentationRunner 'androidx.benchmark.junit4.AndroidBenchmarkRunner'
|
||||||
|
|||||||
@@ -8,10 +8,11 @@ plugins {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'com.vitorpamplona.amethyst.commons'
|
namespace 'com.vitorpamplona.amethyst.commons'
|
||||||
compileSdk 34
|
compileSdk libs.versions.android.compileSdk.get().toInteger()
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 26
|
minSdk libs.versions.android.minSdk.get().toInteger()
|
||||||
|
targetSdk libs.versions.android.targetSdk.get().toInteger()
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
consumerProguardFiles "consumer-rules.pro"
|
consumerProguardFiles "consumer-rules.pro"
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
accompanistAdaptive = "0.34.0"
|
accompanistAdaptive = "0.34.0"
|
||||||
activityCompose = "1.9.0"
|
activityCompose = "1.9.0"
|
||||||
agp = "8.5.0"
|
agp = "8.5.0"
|
||||||
|
android-compileSdk = "34"
|
||||||
|
android-minSdk = "26"
|
||||||
|
android-targetSdk = "34"
|
||||||
androidKotlinGeohash = "1.0"
|
androidKotlinGeohash = "1.0"
|
||||||
androidxJunit = "1.2.1"
|
androidxJunit = "1.2.1"
|
||||||
appcompat = "1.7.0"
|
appcompat = "1.7.0"
|
||||||
|
|||||||
@@ -7,11 +7,11 @@ plugins {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'com.vitorpamplona.quartz'
|
namespace 'com.vitorpamplona.quartz'
|
||||||
compileSdk 34
|
compileSdk libs.versions.android.compileSdk.get().toInteger()
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 26
|
minSdk libs.versions.android.minSdk.get().toInteger()
|
||||||
targetSdk 34
|
targetSdk libs.versions.android.targetSdk.get().toInteger()
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
consumerProguardFiles "consumer-rules.pro"
|
consumerProguardFiles "consumer-rules.pro"
|
||||||
|
|||||||
Reference in New Issue
Block a user