OSDN Git Service

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