mirror of
https://github.com/tateisu/SubwayTooter
synced 2024-12-22 15:24:12 +01:00
- version 5.0.1
- target_sdk_version 32 - compile_sdk_version 32 - build_tools_version 33.0.0 - gradle-7.5.1
This commit is contained in:
parent
3ee56a733e
commit
0304312295
@ -3,6 +3,7 @@ apply plugin: 'kotlin-android'
|
||||
|
||||
android {
|
||||
compileSdkVersion compile_sdk_version
|
||||
buildToolsVersion build_tools_version
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
@ -13,6 +13,7 @@ apply plugin: 'com.google.gms.google-services'
|
||||
android {
|
||||
|
||||
compileSdkVersion compile_sdk_version
|
||||
buildToolsVersion build_tools_version
|
||||
|
||||
// exoPlayer 2.9.0 以降は Java 8 compiler support を要求する
|
||||
compileOptions {
|
||||
@ -24,8 +25,8 @@ android {
|
||||
targetSdkVersion target_sdk_version
|
||||
minSdkVersion min_sdk_version
|
||||
|
||||
versionCode 500
|
||||
versionName "5.0.0"
|
||||
versionCode 501
|
||||
versionName "5.0.1"
|
||||
applicationId "jp.juggler.subwaytooter"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
@ -3,8 +3,9 @@ buildscript {
|
||||
ext.jvm_target = "1.8"
|
||||
|
||||
ext.min_sdk_version = 26
|
||||
ext.target_sdk_version = 31
|
||||
ext.compile_sdk_version = 31
|
||||
ext.target_sdk_version = 32
|
||||
ext.compile_sdk_version = 32
|
||||
ext.build_tools_version = "33.0.0"
|
||||
|
||||
ext.appcompat_version = "1.4.2"
|
||||
ext.lifecycle_version = "2.5.1"
|
||||
|
@ -3,6 +3,7 @@ apply plugin: 'kotlin-android'
|
||||
|
||||
android {
|
||||
compileSdkVersion compile_sdk_version
|
||||
buildToolsVersion build_tools_version
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
@ -3,6 +3,7 @@ apply plugin: 'kotlin-android'
|
||||
|
||||
android {
|
||||
compileSdkVersion compile_sdk_version
|
||||
buildToolsVersion build_tools_version
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
#Mon Jun 13 20:53:58 JST 2022
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
|
||||
distributionPath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
@ -3,6 +3,7 @@ apply plugin: 'kotlin-android'
|
||||
|
||||
android {
|
||||
compileSdkVersion compile_sdk_version
|
||||
buildToolsVersion build_tools_version
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
Loading…
Reference in New Issue
Block a user