OSDN Git Service

APIレベルを29に。
[gokigen/A01d.git] / app / build.gradle
1 apply plugin: 'com.android.application'
2
3 android {
4     compileSdkVersion 29
5     buildToolsVersion '29.0.1'
6     defaultConfig {
7         applicationId "net.osdn.gokigen.a01d"
8         minSdkVersion 14
9         targetSdkVersion 29
10         versionCode 10304
11         versionName "1.3.4"
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     implementation 'androidx.appcompat:appcompat:1.0.2'
24     implementation 'androidx.exifinterface:exifinterface:1.0.0'
25     implementation 'androidx.preference:preference:1.0.0'
26     implementation 'com.google.android.material:material:1.0.0'
27     implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
28     implementation 'androidx.vectordrawable:vectordrawable:1.0.1'
29
30     api files('libs/olycamerakit.jar')
31 }