так что это мой код для build.grade :
Код: Выделить всё
android {
compileSdkVersion 34
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
minifyEnabled false
}
}
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
applicationId "King.Supply.Com"
versionName '1.0.8'
versionCode 8
multiDexEnabled true
ndk {
abiFilters "armeabi-v7a"
}
}
lintOptions {
checkReleaseBuilds false
abortOnError false
}
namespace 'King.Supply.Com'
buildFeatures {
buildConfig true
}
}
Подробнее здесь: https://stackoverflow.com/questions/792 ... -permitted
Мобильная версия