OSDN Git Service

リトライ待ち時間を変更可能にする。
[gokigen/A01d.git] / app / build.gradle
index ac42aa6..3d1f7c3 100644 (file)
@@ -1,14 +1,13 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 26
-    buildToolsVersion "26.0.1"
+    compileSdkVersion 29
     defaultConfig {
         applicationId "net.osdn.gokigen.a01d"
         minSdkVersion 14
-        targetSdkVersion 26
-        versionCode 10000
-        versionName "1.0.0"
+        targetSdkVersion 29
+        versionCode 10700
+        versionName "1.7.0"
     }
     buildTypes {
         release {
@@ -19,12 +18,13 @@ android {
 }
 
 dependencies {
-    compile fileTree(dir: 'libs', include: ['*.jar'])
-    compile 'com.android.support:appcompat-v7:26.+'
-    compile 'com.android.support.constraint:constraint-layout:1.0.2'
-    compile 'com.android.support:preference-v14:26.+'
-    //provided 'com.google.android.things:androidthings:0.4.1-devpreview'
-    compile 'com.android.support:preference-v7:26.+'
-    compile 'com.android.support:exifinterface:26.+'
-    compile files('libs/olycamerakit.jar')
+    api fileTree(dir: 'libs', include: ['*.jar'])
+    implementation 'androidx.appcompat:appcompat:1.1.0'
+    implementation 'androidx.exifinterface:exifinterface:1.1.0'
+    implementation 'androidx.preference:preference:1.1.0'
+    implementation 'com.google.android.material:material:1.1.0'
+    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
+    implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
+
+    api files('libs/olycamerakit.jar')
 }