OSDN Git Service

SONY APIコマンドの個別入力に対応。
[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 10303
10         versionName "1.3.3"
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.0.2'
23     implementation 'androidx.exifinterface:exifinterface:1.0.0'
24     implementation 'androidx.preference:preference:1.0.0'
25     implementation 'com.google.android.material:material:1.0.0'
26     implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
27     implementation 'androidx.vectordrawable:vectordrawable:1.0.1'
28
29     api files('libs/olycamerakit.jar')
30 }