apply plugin: ‘com.android.application’
android {
compileSdkVersion 29
defaultConfig {
applicationId "org.nawadarefrigeration"
minSdkVersion 14
targetSdkVersion 29
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
// ‘com.android.support:appcompat-v7:27.1.0’
//api ‘com.android.support:support-v4:27.1.0’
compile fileTree(dir: ‘libs’, include: [’*.jar’])
implementation ‘androidx.appcompat:appcompat:1.2.0’
}