only:andorid progress lol (#5366)

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
rusefillc 2023-07-02 11:42:16 -04:00 committed by GitHub
parent e66ec94a09
commit 6afdbca105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<option name="testRunner" value="GRADLE" />
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="1.8" />
<option name="gradleJvm" value="11" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />

View File

@ -12,7 +12,7 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
compileSdkVersion 30
compileSdkVersion 31
buildToolsVersion "30.0.3"
project.archivesBaseName = "rusEFI";
@ -21,7 +21,7 @@ android {
// API level 19 = Android 4.4 () Samsung S4 is nicely rootable with KingRoot
// API level 21 = Android_5.0_Lollipop
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 31
versionCode 1
versionName "1.0"

View File

@ -14,6 +14,7 @@
-->
<activity
android:name=".rusEFI"
android:exported="true"
android:launchMode="singleTop">
<!-- Launch as default from Android Studio -->