This repository has been archived on 2023-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
FxPix/app/build.gradle

20 lines
471 B
Groovy

apply plugin: 'com.android.application'
android {
namespace "net.crystalyx.sharepixiv"
compileSdkVersion 33
defaultConfig {
applicationId "net.crystalyx.sharepixiv"
minSdkVersion 3
targetSdkVersion 33
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}