OSDN Git Service

c4b4d4fee26ac41b0d0f814edcd2251a6ed05a10
[gokigen/PKRemote.git] / app / build.gradle
1 apply plugin: 'com.android.application'
2
3 android {
4     compileSdkVersion 29
5     defaultConfig {
6         applicationId "net.osdn.gokigen.pkremote"
7         minSdkVersion 14
8         targetSdkVersion 29
9         versionCode 10800
10         versionName "1.8.0"
11     }
12     buildTypes {
13         release {
14             minifyEnabled false
15             proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
16         }
17     }
18 }
19
20 dependencies {
21     implementation fileTree(dir: 'libs', include: ['*.jar'])
22     implementation 'androidx.appcompat:appcompat:1.2.0'
23     implementation 'androidx.exifinterface:exifinterface:1.2.0'
24     implementation 'androidx.preference:preference:1.1.1'
25     implementation 'com.google.android.material:material:1.2.0'
26     implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
27     implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
28
29     api files('libs/olycamerakit.jar')
30 }