OSDN Git Service

バージョン番号を更新。
[gokigen/A01d.git] / app / build.gradle
1 apply plugin: 'com.android.application'
2
3 android {
4     compileSdkVersion 29
5     defaultConfig {
6         applicationId "net.osdn.gokigen.a01d"
7         minSdkVersion 14
8         targetSdkVersion 29
9         versionCode 10701
10         versionName "1.7.1"
11     }
12     buildTypes {
13         release {
14             minifyEnabled false
15             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
16         }
17     }
18 }
19
20 dependencies {
21     api fileTree(dir: 'libs', include: ['*.jar'])
22     implementation 'androidx.appcompat:appcompat:1.1.0'
23     implementation 'androidx.exifinterface:exifinterface:1.1.0'
24     implementation 'androidx.preference:preference:1.1.0'
25     implementation 'com.google.android.material:material:1.1.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 }