dotfiles/.config/Code/User/History/-2a256abe/wkgV.gradle
RafayAhmad7548 4f46de8d00 update
2024-09-09 16:59:28 +05:00

32 lines
868 B
Groovy

apply plugin: 'com.android.application'
android {
compileSdkVersion 29
defaultConfig {
applicationId "io.kuenzler.whatsappwebtogo"
minSdkVersion 15
targetSdkVersion 29
versionCode 37
versionName "1.7.3"
}
buildTypes {
debug {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
targetCompatibility 1.8
sourceCompatibility 1.8
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.webkit:webkit:1.4.0'
}