diff --git a/.gitignore b/.gitignore index 7c9a07d..108aea9 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ local.properties app/release/coolkeyboard_v1.0.1(2)_07_26_15_20-release.apk app/release/coolkeyboard_v1.0.1(2)_07_26_15_45-release.aab app/release/coolkeyboard_v1.0.1(2)_07_26_16_14-release.aab +app/release/coolkeyboard_v1.0.2(3)_08_13_14_26-release.aab diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 689898a..5d73466 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,9 +1,10 @@ import java.util.Date import java.text.SimpleDateFormat + plugins { id("com.android.application") id("org.jetbrains.kotlin.android") - id ("kotlin-kapt") + id("kotlin-kapt") id("com.google.gms.google-services") id("com.google.firebase.crashlytics") } @@ -16,15 +17,18 @@ android { applicationId = "com.key.coolkeyboard" minSdk = 23 targetSdk = 34 - versionCode = 2 - versionName = "1.0.1" - setProperty("archivesBaseName", "coolkeyboard_v" + versionName + "(${versionCode})_$timestamp") + versionCode = 3 + versionName = "1.0.2" + setProperty( + "archivesBaseName", + "coolkeyboard_v" + versionName + "(${versionCode})_$timestamp" + ) testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } buildTypes { release { - isShrinkResources =true + isShrinkResources = true isMinifyEnabled = true proguardFiles( getDefaultProguardFile("proguard-android-optimize.txt"), @@ -36,7 +40,7 @@ android { sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 } - buildFeatures{ + buildFeatures { viewBinding = true } } @@ -62,14 +66,14 @@ dependencies { implementation("androidx.room:room-guava:$room_version") testImplementation("androidx.room:room-testing:$room_version") implementation("androidx.room:room-paging:$room_version") - implementation ("io.github.youth5201314:banner:2.2.3") + implementation("io.github.youth5201314:banner:2.2.3") implementation(platform("com.google.firebase:firebase-bom:32.3.1")) implementation("com.google.firebase:firebase-analytics-ktx") implementation("com.google.firebase:firebase-crashlytics-ktx") - + implementation("com.google.firebase:firebase-config") //-----------------------------------------------TopOn(pangle、IronSource、mintegral、unityads、liftoff(vungle)、Bigo) //Anythink (Necessary) @@ -107,8 +111,8 @@ dependencies { //Pangle implementation("com.anythink.sdk:adapter-tpn-pangle-nonchina:6.3.68.1") - implementation( "com.pangle.global:ads-sdk:6.0.0.3") - implementation( "com.google.android.gms:play-services-ads-identifier:18.0.1") + implementation("com.pangle.global:ads-sdk:6.0.0.3") + implementation("com.google.android.gms:play-services-ads-identifier:18.0.1") //Mintegral implementation("com.anythink.sdk:adapter-tpn-mintegral-nonchina:6.3.68") diff --git a/app/src/main/assets/keyboard.json b/app/src/main/assets/keyboard.json index 2d87b54..c80da69 100644 --- a/app/src/main/assets/keyboard.json +++ b/app/src/main/assets/keyboard.json @@ -814,7 +814,8 @@ } ] }, - {"className": "festival","list": [ + {"className": "festival", + "list": [ { "preview": "https://resource-sg-public.lux-ad.com/keyboard/d3ce935f39cfa4bf877370e7166523e0.webp", "thumb": "https://resource-sg-public.lux-ad.com/keyboard/f9b79cbc3b678e9a7e63d334ea66fc7c.jpg", diff --git a/app/src/main/assets/privacy.html b/app/src/main/assets/privacy.html index 8138fa8..8f6a74c 100644 --- a/app/src/main/assets/privacy.html +++ b/app/src/main/assets/privacy.html @@ -26,11 +26,13 @@ padding-left: 20px; } + +
Date: June 26, 2024
+Date: August 13, 2024
We provide this Privacy Policy to help you understand how we collect, use, and disclose information, including what you may provide to us or that we obtain from our products and @@ -116,6 +118,6 @@
We may update the Privacy Policy from time to time. When we change the policy in a material way, a notice will be posted on our website along with the updated Privacy Policy.
If you have any questions or concerns about our Privacy Policy or data processing, please contact - us: saleemjeeta2@gmail.com.
+ us: saleemjeeta2@gmail.com.