uygulamamı 64 bit mimarisine uygun hale getirebilmemin yolu nedir?
Not: Android Studio kullanıyorum
Google Play 64Bit Problemi |
6 Mesajlar | 1.080 Okunma |
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId 'com.hsyazilim.maymun'
minSdkVersion 14
targetSdkVersion 28
versionCode 3
versionName "1.0"
multiDexEnabled true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
buildToolsVersion = '28.0.3'
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
api 'com.google.android.gms:play-services-ads:12.0.0'
api 'com.google.android.gms:play-services-analytics:12.0.0'
api 'com.google.android.gms:play-services:+'
api 'com.android.support:multidex:1.0.3'
}