From 9f8be9802629684d0eb68fedb9f859e9df7339e2 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Ittoku Date: Wed, 3 Nov 2021 11:22:54 +0900 Subject: [PATCH] RLS: 0.3.1 --- README.md | 2 +- app/build.gradle | 10 +++++----- build.gradle | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fe1a904..2f539e6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You need to satisfy the following conditions to use this app. ## Installation You can download the latest version APK -[here](https://github.com/kittoku/Minimum-VPN-Client-for-SoftEther-VPN/releases/download/v0.3.0/mvc-0.3.0.apk). +[here](https://github.com/kittoku/Minimum-VPN-Client-for-SoftEther-VPN/releases/download/v0.3.1/mvc-0.3.1.apk). ## Screenshots diff --git a/app/build.gradle b/app/build.gradle index b53ff92..323e492 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,15 +4,15 @@ plugins { } android { - compileSdkVersion 30 + compileSdkVersion 31 buildToolsVersion "30.0.3" defaultConfig { applicationId "kittoku.mvc" minSdkVersion 26 - targetSdkVersion 30 - versionCode 5 - versionName "0.3.0" + targetSdkVersion 31 + versionCode 6 + versionName "0.3.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -39,7 +39,7 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.6.0' + implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.3.1' implementation "androidx.preference:preference-ktx:1.1.1" implementation 'com.google.android.material:material:1.4.0' diff --git a/build.gradle b/build.gradle index 2a73372..4cfb714 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,12 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "1.5.30" + ext.kotlin_version = "1.5.31" repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.2' + classpath 'com.android.tools.build:gradle:7.0.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong