discord-jadx/app/build.gradle

39 lines
834 B
Groovy
Raw Normal View History

2021-07-13 20:23:20 +00:00
plugins {
id 'com.android.application'
}
android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
defaultConfig {
applicationId 'com.discord'
minSdkVersion 21
2021-11-01 23:51:21 +00:00
targetSdkVersion 30
2022-03-11 01:20:22 +00:00
versionCode 118109
versionName "118.9 - Beta"
2021-07-13 20:23:20 +00:00
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
abortOnError false
}
}
dependencies {
// some dependencies
}