Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plugins {
- id 'com.android.application'
- id 'com.google.gms.google-services'
- }
- android {
- namespace 'com.dream.voice'
- compileSdk 35
- defaultConfig {
- applicationId "com.dream.voice"
- minSdk 24
- targetSdk 35
- versionCode 110
- versionName "1.1"
- multiDexEnabled true
- vectorDrawables.useSupportLibrary = true
- }
- buildFeatures {
- viewBinding true
- }
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
- }
- }
- compileOptions {
- sourceCompatibility JavaVersion.VERSION_11
- targetCompatibility JavaVersion.VERSION_11
- }
- }
- dependencies {
- implementation 'androidx.core:core-ktx:1.16.0'
- implementation 'androidx.core:core:1.16.0'
- implementation 'androidx.appcompat:appcompat:1.7.1'
- implementation 'com.google.android.material:material:1.12.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
- implementation 'androidx.vectordrawable:vectordrawable:1.2.0'
- implementation 'androidx.legacy:legacy-support-v4:1.0.0'
- implementation 'com.google.android.play:app-update:2.1.0'
- implementation 'com.google.android.play:review:2.0.2'
- implementation 'com.google.android.gms:play-services-ads-identifier:18.2.0'
- implementation "com.android.billingclient:billing:8.0.0"
- // firebase
- implementation platform('com.google.firebase:firebase-bom:33.16.0')
- implementation 'com.google.firebase:firebase-analytics'
- implementation 'com.google.firebase:firebase-config'
- implementation 'com.facebook.shimmer:shimmer:0.5.0'
- implementation 'androidx.room:room-runtime:2.7.2'
- annotationProcessor 'androidx.room:room-compiler:2.7.2'
- implementation 'com.google.code.gson:gson:2.10.1'
- // AD NETWORKS OPTIONS :
- // 3.0.1-all = Uses Admob, Meta Audience Network, IronSource, Google Ad Manager, Unity Ads, Startapp, Applovin, Applovin Max, Wortise
- // 3.0.1-triple = Uses AdMob, Google Ad Manager, Meta Audience Network and Applovin
- // 3.0.1-simple = Uses AdMob, Google Ad Manager, Meta Audience Network
- // 3.0.1-ex-wortise = Uses all of ads exclude Wortise
- // 3.0.1-custom = Uses AdMob, Meta Audience Network, IronSource
- // 3.0.1-admob-only = Uses Admob Only
- // 3.0.1-none = Doesn't use any ads
- implementation 'com.github.dream-space:dreamspace-ads-sdk:3.0.1-custom'
- }
Advertisement
Add Comment
Please, Sign In to add comment