From d51c58f30e52954ae0b5ecfe9ce58ad8e8a7a2c5 Mon Sep 17 00:00:00 2001 From: Samwel Date: Fri, 31 May 2024 10:32:02 +0300 Subject: [PATCH] library update --- .idea/compiler.xml | 2 +- .idea/gradle.xml | 4 ++-- .idea/misc.xml | 2 +- SweetAlert/build.gradle | 16 +++++++--------- SweetAlert/src/main/AndroidManifest.xml | 3 +-- app/build.gradle | 13 +++++++------ app/src/main/AndroidManifest.xml | 3 +-- build.gradle | 4 ++-- gradle.properties | 4 +++- gradle/wrapper/gradle-wrapper.properties | 2 +- 10 files changed, 26 insertions(+), 27 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8..b589d56 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 2ef1f22..9ab3e4f 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,9 +4,8 @@ diff --git a/.idea/misc.xml b/.idea/misc.xml index 390ddfd..13a654c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -19,7 +19,7 @@ - + diff --git a/SweetAlert/build.gradle b/SweetAlert/build.gradle index 42a55c3..2d7bb90 100644 --- a/SweetAlert/build.gradle +++ b/SweetAlert/build.gradle @@ -3,13 +3,11 @@ plugins { } android { - compileSdk 32 + compileSdk 34 defaultConfig { minSdk 21 - targetSdk 32 - versionCode 1 - versionName "1.0" + targetSdk 34 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -24,16 +22,16 @@ android { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } + namespace 'cn.samnyandoro.sweetalert' } dependencies { - implementation 'androidx.appcompat:appcompat:1.5.0' - implementation 'com.google.android.material:material:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.legacy:legacy-support-v4:1.0.0' testImplementation 'junit:junit:4.13.2' implementation 'com.github.samwelnyandoro:Material-progress:1.1.0' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } \ No newline at end of file diff --git a/SweetAlert/src/main/AndroidManifest.xml b/SweetAlert/src/main/AndroidManifest.xml index 0f860be..4d306bf 100644 --- a/SweetAlert/src/main/AndroidManifest.xml +++ b/SweetAlert/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ - + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 122a046..6f2d1d0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,12 +3,12 @@ plugins { } android { - compileSdk 32 + compileSdk 34 defaultConfig { applicationId "cn.samnyandoro.sweetalertdialog" minSdk 21 - targetSdk 32 + targetSdk 34 versionCode 1 versionName "1.0" @@ -25,15 +25,16 @@ android { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } + namespace 'cn.samnyandoro.sweetalertdialog' } dependencies { - implementation 'androidx.appcompat:appcompat:1.5.0' - implementation 'com.google.android.material:material:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' implementation project(':SweetAlert') - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f9a8533..9869339 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,6 @@ + xmlns:tools="http://schemas.android.com/tools">