Dasar Reskin

Update SDK Ads Versi Kepler menjadi Proxima

Buka file build.gradle Module, cari libs implementation 'com.github.aliendroid-kim:AlienMultyAds:Kepler-xx'.

Sesuaikan xx dengan versi Kepler yang digunakan source code. Contoh menggunakan Kepler-14


dependencies {
implementation 'nl.joery.animatedbottombar:library:1.1.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.activity:activity:1.9.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
implementation 'com.github.bumptech.glide:glide:4.15.1'
implementation 'com.android.volley:volley:1.2.1'
implementation 'com.google.android.play:app-update:2.1.0'
implementation 'com.google.android.play:review:2.0.1'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.github.aliendroid-kim:AlienMultyAds:Kepler-14'
implementation 'androidx.work:work-runtime:2.9.0'
implementation 'com.google.guava:guava:33.1.0-jre'
}

Ganti libs tersebut dengan Proxima-xx, Pada contoh menggunakan versi Proxima-16 atau cek versi terbaru di link github https://github.com/aliendroid-kim/AlienMultyAds/releases


dependencies {
implementation 'nl.joery.animatedbottombar:library:1.1.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.activity:activity:1.9.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
implementation 'com.github.bumptech.glide:glide:4.15.1'
implementation 'com.android.volley:volley:1.2.1'
implementation 'com.google.android.play:app-update:2.1.0'
implementation 'com.google.android.play:review:2.0.1'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.github.aliendroid-kim:AlienMultyAds:Proxima-16'
implementation 'androidx.work:work-runtime:2.9.0'
implementation 'com.google.guava:guava:33.1.0-jre'
}

Tambahkan maven url pada build.gradle Project atau pada beberapa source code maven ditambahkan pada settings.gradle Project


pluginManagement {
repositories {
google()

mavenCentral()
gradlePluginPortal()
maven { url 'https://jitpack.io' }
maven {url 'https://maven.ogury.co'}
maven {url 'https://android-sdk.is.com/'}
maven {url 'https://artifact.bytedance.com/repository/pangle/'
}
jcenter()

}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)

repositories {
google()

mavenCentral()
maven { url 'https://jitpack.io' }
gradlePluginPortal()
maven {url 'https://maven.ogury.co'}
maven {url 'https://android-sdk.is.com/'}
maven {url 'https://artifact.bytedance.com/repository/pangle/'
}
jcenter()

}
}

rootProject.name = "Name Project"
include
':app'

Lakukan singkiron update dengan menekan linkĀ Sync Now

Still have questions?

If you still have a question, you can submit a support request here.   Contact Support

This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.