blob: 91ce182789811726d5abd48871dfa05cbbd07a3d [file] [log] [blame]
apply plugin: 'com.android.application'
android {
compileSdkVersion 30
defaultConfig {
applicationId 'org.golang.ivy'
minSdkVersion 15
targetSdkVersion 30
versionCode 3
versionName '1.0.2'
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation files('ivy.aar')
}