M build.gradle => build.gradle +5 -5
@@ 4,18 4,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.2.1'
+ classpath 'com.android.tools.build:gradle:7.3.0'
}
}
apply plugin: 'com.android.application'
android {
- compileSdkVersion 'android-32'
- buildToolsVersion '32'
+ compileSdkVersion 'android-33'
+ buildToolsVersion '33'
defaultConfig {
minSdkVersion 26
- targetSdkVersion 32
+ targetSdkVersion 33
}
buildTypes {
@@ 27,7 27,7 @@ android {
}
dependencies {
- implementation "org.connectbot:sshlib:2.2.20"
+ implementation "org.connectbot:sshlib:2.2.21"
}
allprojects {
M gradle/wrapper/gradle-wrapper.properties => gradle/wrapper/gradle-wrapper.properties +1 -1
@@ 3,4 3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
M src/main/AndroidManifest.xml => src/main/AndroidManifest.xml +3 -2
@@ 7,8 7,9 @@
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="@string/app_name"
- android:icon="@mipmap/sym_def_app_icon"
- android:allowBackup="false">
+ android:icon="@mipmap/sym_def_app_icon"
+ android:enableOnBackInvokedCallback="true"
+ android:allowBackup="false">
<activity android:name="MainActivity"
android:theme="@android:style/Theme.DeviceDefault"
android:exported="true">