|
@@ -4,7 +4,7 @@ plugins {
|
|
|
}
|
|
|
|
|
|
|
|
|
-def version = '1.0.0'
|
|
|
+def version = '1.0.1'
|
|
|
def releaseTime() {
|
|
|
return new Date().format("yyyy-MM-dd", TimeZone.getTimeZone("UTC"))
|
|
|
}
|
|
@@ -53,7 +53,7 @@ dependencies {
|
|
|
testImplementation 'junit:junit:4.13.2'
|
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
|
|
- api 'com.applovin:applovin-sdk:11.6.0'
|
|
|
+ api 'com.applovin:applovin-sdk:11.6.1'
|
|
|
api "com.google.android.gms:play-services-ads-identifier:18.0.1"
|
|
|
|
|
|
|