diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 5ce4335..0119ffa 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/.idea/modules.xml b/.idea/modules.xml index 9e00072..8a1b11b 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -4,7 +4,10 @@ + + + - + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index d100427..97cdf7a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "ru.sccraft.arenacontrol" minSdkVersion 17 targetSdkVersion 29 - versionCode 67 - versionName "1.4" + versionCode 68 + versionName "1.5alpha1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -37,7 +37,7 @@ dependencies { implementation 'com.google.android.material:material:1.0.0' implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.google.firebase:firebase-core:17.0.1' - implementation 'com.google.firebase:firebase-ads:18.1.0' + implementation 'com.google.firebase:firebase-ads:18.1.1' androidTestImplementation 'androidx.test.ext:junit:1.1.1' testImplementation 'junit:junit:4.12' implementation "androidx.core:core-ktx:1.0.2"