only:andorid progress lol (#5366)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
parent
e66ec94a09
commit
6afdbca105
|
@ -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$" />
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
-->
|
||||
<activity
|
||||
android:name=".rusEFI"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop">
|
||||
|
||||
<!-- Launch as default from Android Studio -->
|
||||
|
|
Loading…
Reference in New Issue