Skip to content

Commit

Permalink
fix: Restore apk renaming during compile
Browse files Browse the repository at this point in the history
Signed-off-by: validcube <[email protected]>
  • Loading branch information
validcube committed Oct 22, 2024
1 parent 5193042 commit abdd9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ android {
signingConfig = signingConfigs["debug"]

ndk.abiFilters += setOf("armeabi-v7a", "arm64-v8a", "x86_64")
setProperty("archivesBaseName", "revanced-manager-v${flutter.versionName}")
}

release {
Expand Down

4 comments on commit abdd9dc

@cyberboh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@validcube The app pkg name contains debug and it will be installed as 2 apps from 1.22.1-dev2, is it really like this?

@validcube
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@validcube The app pkg name contains debug and it will be installed as 2 apps from 1.22.1-dev2, is it really like this?

Yep, was thinking about changing it to something like pre-release.

@MarcaDian
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, was thinking about changing it to something like pre-release.

Having a problem #2274 (comment) with this change, can you confirm this on your end?

@validcube
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😃😃 mild visible headache and confused noise

Yep, was thinking about changing it to something like pre-release.

Having a problem #2274 (comment) with this change, can you confirm this on your end?

Please sign in to comment.