OSDN Git Service

次バージョンリリース準備。ログ出力タグの間違い修正。不要なOLYCamera依存を削除。
[gokigen/A01d.git] / app / build.gradle
1 apply plugin: 'com.android.application'
2
3 android {
4     compileSdkVersion 27
5     buildToolsVersion "28.0.0"
6     defaultConfig {
7         applicationId "net.osdn.gokigen.a01d"
8         minSdkVersion 14
9         targetSdkVersion 27
10         versionCode 10201
11         versionName "1.2.1"
12     }
13     buildTypes {
14         release {
15             minifyEnabled false
16             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
17         }
18     }
19 }
20
21 dependencies {
22     api fileTree(dir: 'libs', include: ['*.jar'])
23     api 'com.android.support:appcompat-v7:27.1.1'
24     api 'com.android.support.constraint:constraint-layout:1.1.2'
25     api 'com.android.support:preference-v14:27.1.1'
26     api 'com.android.support:preference-v7:27.1.1'
27     api 'com.android.support:exifinterface:27.1.1'
28     api files('libs/olycamerakit.jar')
29 }