Skip to content

Commit

Permalink
Make microG Companion compatible with legacy Android versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Feb 6, 2024
1 parent e41e442 commit fffde60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fake-signature/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
compileSdk androidCompileSdk

defaultConfig {
minSdk androidMinSdk
minSdk 8
targetSdk androidTargetSdk
}

Expand Down
3 changes: 2 additions & 1 deletion vending-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ android {
defaultConfig {
versionName vendingAppVersionName
versionCode vendingAppVersionCode
minSdkVersion androidMinSdk
minSdkVersion 8
targetSdkVersion androidTargetSdk
resValue "string", "app_name_legacy", "microG Companion Legacy"
}

flavorDimensions = ['target']
Expand Down
2 changes: 1 addition & 1 deletion vending-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
android:forceQueryable="true"
android:icon="@mipmap/ic_app"
android:roundIcon="@mipmap/ic_app"
android:label="@string/app_name">
android:label="@string/app_name_legacy">

<activity
android:name=".GrantFakeSignaturePermissionActivity"
Expand Down

0 comments on commit fffde60

Please sign in to comment.