OSDN Git Service

Thetaのプレビューまで。
[gokigen/A01c.git] / app / build.gradle
index 7328ebf..33c3ff4 100644 (file)
@@ -1,14 +1,14 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 25
-    buildToolsVersion "26.0.1"
+    compileSdkVersion 30
+    //buildToolsVersion "30.0.3"
     defaultConfig {
         applicationId "jp.sfjp.gokigen.a01c"
-        minSdkVersion 14
-        targetSdkVersion 25
-        versionCode 27
-        versionName "1.2.5"
+        minSdkVersion 23
+        targetSdkVersion 30
+        versionCode 37
+        versionName "1.3.3"
     }
     buildTypes {
         release {
@@ -16,6 +16,7 @@ android {
             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
         }
     }
+/*
     productFlavors {
         wear1 {
             // Use the defaultConfig value
@@ -25,20 +26,25 @@ android {
             minSdkVersion 23
         }
     }
+*/
 }
 
 dependencies {
-    compile fileTree(dir: 'libs', include: ['*.jar'])
+    api fileTree(dir: 'libs', include: ['*.jar'])
     wearApp project(path: ':wear')
-    provided 'com.google.android.wearable:wearable:2.0.2'
-    compile 'com.google.android.support:wearable:2.0.2'
-    compile 'com.google.android.gms:play-services-wearable:11.0.4'
 
-    compile 'com.android.support:animated-vector-drawable:25.3.1'
-    compile 'com.android.support:percent:25.3.1'
-    compile 'com.android.support:support-vector-drawable:25.3.1'
-    compile 'com.android.support:appcompat-v7:25.3.1'
-    compile 'com.android.support:preference-v7:25.3.1'
-    compile 'com.android.support:exifinterface:25.3.1'
-    compile 'com.android.support:support-v4:25.3.1'
+    compileOnly 'com.google.android.wearable:wearable:2.8.1'
+
+    implementation 'com.google.android.support:wearable:2.8.1'
+    implementation 'com.google.android.gms:play-services-wearable:17.0.0'
+    implementation 'com.android.support:wear:30.0.0'
+
+    implementation 'androidx.wear:wear:1.1.0'
+    implementation 'androidx.preference:preference-ktx:1.1.1'
+    implementation 'androidx.appcompat:appcompat:1.2.0'
+    implementation 'androidx.exifinterface:exifinterface:1.3.2'
+    implementation 'com.google.android.material:material:1.2.1'
+    implementation "androidx.core:core-ktx:1.3.2"
+    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
+
 }