OSDN Git Service

CVSからgitに移す(ときに API level 28対応化)
[gokigen/TheWarikan.git] / app / build.gradle
1 apply plugin: 'com.android.application'
2
3 android {
4     compileSdkVersion 28
5     buildToolsVersion "28.0.0"
6
7     defaultConfig {
8         applicationId "jp.sourceforge.gokigen.warikan"
9         minSdkVersion 2
10         targetSdkVersion 28
11         versionCode 4
12         versionName "1.0.4"
13     }
14
15     buildTypes {
16         release {
17             minifyEnabled false
18             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
19         }
20     }
21 }