New app icon; implemented AdMob; gitignoring AndroidManifest.xml until I find a better solution to hide the app ad ID

This commit is contained in:
denizk0461
2023-05-16 15:46:34 +02:00
parent 2566952d96
commit f09e14ffc8
22 changed files with 33 additions and 4 deletions
+4
View File
@@ -7,6 +7,7 @@ android {
compileSdk 33
defaultConfig {
applicationId "com.denizk0461.textbasic"
minSdk 23
targetSdk 33
@@ -20,6 +21,7 @@ android {
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
@@ -54,4 +56,6 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation "com.github.skydoves:colorpickerview:2.2.4"
implementation 'com.google.android.gms:play-services-ads:22.0.0'
}