From 9b3d941a9a07114fe1ea29348f4562bd7ce534a6 Mon Sep 17 00:00:00 2001 From: MRSa Date: Thu, 19 Jan 2023 23:29:46 +0900 Subject: [PATCH] =?utf8?q?=E6=9C=80=E6=96=B0SDK=E3=81=AB=E6=9B=B4=E6=96=B0?= =?utf8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .idea/codeStyles/Project.xml | 21 +++++---------------- .idea/gradle.xml | 2 +- .idea/misc.xml | 2 +- .idea/modules.xml | 5 ++++- app/build.gradle | 19 ++++++++++--------- app/src/main/AndroidManifest.xml | 3 +-- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 8 files changed, 25 insertions(+), 33 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 0d15693..7643783 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,24 +1,10 @@ - - + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 4404972..93512f7 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -8,13 +8,13 @@ - diff --git a/.idea/misc.xml b/.idea/misc.xml index f1dbe71..4495783 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -122,7 +122,7 @@ - + diff --git a/.idea/modules.xml b/.idea/modules.xml index 740045d..c737a34 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,11 @@ - + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 87869ab..313f12d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,13 +2,13 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkVersion 32 + compileSdkVersion 33 defaultConfig { applicationId "net.osdn.gokigen.a01d" minSdkVersion 14 - targetSdkVersion 32 - versionCode 10908 - versionName "1.9.8" + targetSdkVersion 33 + versionCode 10909 + versionName "1.9.9" } buildTypes { release { @@ -16,19 +16,20 @@ android { proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } + namespace 'net.osdn.gokigen.a01d' } dependencies { api fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'androidx.exifinterface:exifinterface:1.3.3' + implementation 'androidx.appcompat:appcompat:1.6.0' + implementation 'androidx.exifinterface:exifinterface:1.3.5' implementation 'androidx.preference:preference-ktx:1.2.0' - implementation 'com.google.android.material:material:1.5.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'com.google.android.material:material:1.7.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.vectordrawable:vectordrawable:1.1.0' api files('libs/olycamerakit.jar') - implementation "androidx.core:core-ktx:1.7.0" + implementation "androidx.core:core-ktx:1.9.0" //implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } repositories { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5879587..9f4ea01 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ - + diff --git a/build.gradle b/build.gradle index c03bca0..3fae44f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,13 +1,13 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.6.10' + ext.kotlin_version = '1.7.21' repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.1.1' + classpath 'com.android.tools.build:gradle:7.4.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8d482e6..187937c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sun Feb 20 00:42:52 JST 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME -- 2.11.0