Updates to 2024 Google libs

This commit is contained in:
2024-04-07 14:35:44 +02:00
parent d96f1703ab
commit 592e96366d
25 changed files with 469 additions and 213 deletions

View File

@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
defaultConfig {
applicationId "com.jkanetwork.st.calendariodefrases"
minSdkVersion 19 //KitKat
targetSdkVersion 29
versionName "1.3.3"
minSdkVersion 21
compileSdk 34
targetSdkVersion 34
versionName "1.3.5"
// Sube automáticamente la build en cada
def versionPropsFile = file('version.count')
def Properties versionProps = new Properties()
@@ -27,8 +27,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
dexOptions {
}
namespace 'com.jkanetwork.st.calendariodefrases'
}
dependencies {
@@ -36,11 +35,11 @@ dependencies {
/*androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})*/
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.core:core:1.0.2'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.core:core:1.12.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.github.marcohc:robotocalendarview:3.1.1'
implementation 'com.google.android.gms:play-services-ads:18.1.1'
implementation 'com.google.android.gms:play-services-ads:23.0.0'
//compile 'com.tappx.sdk.android:tappx-sdk:3.+'
//testImplementation 'junit:junit:4.12'
}