Mercurial > 510Connectbot
changeset 495:c7a947e291db
update to latest gradle
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 05 Jun 2022 12:00:10 -0700 |
parents | 3484e9b9b734 |
children | f698820bffdf |
files | app/build.gradle app/src/main/AndroidManifest.xml build.gradle gradle/wrapper/gradle-wrapper.properties |
diffstat | 4 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/app/build.gradle Sun Jun 05 11:16:21 2022 -0700 +++ b/app/build.gradle Sun Jun 05 12:00:10 2022 -0700 @@ -16,7 +16,7 @@ keyAlias = "510Connectbot" } } - compileSdkVersion = 28 + compileSdkVersion = 31 buildTypes { release { minifyEnabled = false @@ -61,7 +61,7 @@ defaultConfig { applicationId = "com.five_ten_sg.connectbot" minSdkVersion = 21 - targetSdkVersion = 28 + targetSdkVersion = 31 ndk { moduleName = "com_google_ase_Exec" abiFilters 'armeabi-v7a', 'arm64-v8a'
--- a/app/src/main/AndroidManifest.xml Sun Jun 05 11:16:21 2022 -0700 +++ b/app/src/main/AndroidManifest.xml Sun Jun 05 12:00:10 2022 -0700 @@ -17,8 +17,8 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.five_ten_sg.connectbot" - android:versionName="1.9.4-3" - android:versionCode="1943" + android:versionName="1.9.4-4" + android:versionCode="1944" android:installLocation="auto"> <!-- permissions must match HostListActivity.java -->
--- a/build.gradle Sun Jun 05 11:16:21 2022 -0700 +++ b/build.gradle Sun Jun 05 12:00:10 2022 -0700 @@ -6,7 +6,7 @@ google() } dependencies { - classpath 'com.android.tools.build:gradle:4.0.1' + classpath 'com.android.tools.build:gradle:7.2.0' } }
--- a/gradle/wrapper/gradle-wrapper.properties Sun Jun 05 11:16:21 2022 -0700 +++ b/gradle/wrapper/gradle-wrapper.properties Sun Jun 05 12:00:10 2022 -0700 @@ -3,4 +3,4 @@ distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip