|
@@ -3,7 +3,7 @@ plugins {
|
|
|
id 'org.jetbrains.kotlin.android'
|
|
|
}
|
|
|
|
|
|
-def version = '1.0.0'
|
|
|
+def version = '1.0.1'
|
|
|
def releaseTime() {
|
|
|
return new Date().format("yyyy-MM-dd", TimeZone.getTimeZone("UTC"))
|
|
|
}
|
|
@@ -56,7 +56,7 @@ android {
|
|
|
dependencies {
|
|
|
implementation project(':lib_ad_core')
|
|
|
|
|
|
- api 'com.google.android.gms:play-services-ads:21.3.0'
|
|
|
+ api 'com.google.android.gms:play-services-ads:21.5.0'
|
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.8.0'
|
|
|
implementation 'androidx.appcompat:appcompat:1.5.1'
|