chore(ads): DARO 광고 제거를 반영한다
This commit is contained in:
@@ -1,21 +1,5 @@
|
||||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
||||
|
||||
buildscript {
|
||||
def localProperties = new Properties()
|
||||
def localPropertiesFile = rootProject.file('local.properties')
|
||||
|
||||
if (localPropertiesFile.exists()) {
|
||||
localPropertiesFile.withInputStream { stream ->
|
||||
localProperties.load(stream)
|
||||
}
|
||||
}
|
||||
|
||||
ext.daroAppKey = project.findProperty('daroAppKey')
|
||||
?: localProperties.getProperty('daroAppKey')
|
||||
?: System.getenv('DARO_APP_KEY')
|
||||
?: ''
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
id 'org.jetbrains.kotlin.android'
|
||||
@@ -27,7 +11,6 @@ plugins {
|
||||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
|
||||
id 'com.google.firebase.crashlytics'
|
||||
id 'so.daro.a'
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -145,7 +128,6 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
coreLibraryDesugaringEnabled true
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
}
|
||||
@@ -267,10 +249,6 @@ dependencies {
|
||||
exclude group: "org.jetbrains.kotlin", module: "kotlin-android-extensions-runtime"
|
||||
}
|
||||
|
||||
// Daro
|
||||
implementation 'so.daro:daro-a:1.5.3'
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
||||
|
||||
// ----- Test dependencies -----
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.mockito:mockito-core:5.20.0'
|
||||
|
||||
Reference in New Issue
Block a user