Skip to content

Commit

Permalink
- resources zip update to 935
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmpz committed May 3, 2022
1 parent 3b0b9de commit 6cea15d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file removed Poweramp-build-918-resources.zip
Binary file not shown.
Binary file added Poweramp-build-935-resources.zip
Binary file not shown.
7 changes: 4 additions & 3 deletions poweramp_skin_sample/build.gradle
Expand Up @@ -26,16 +26,17 @@ android {
aaptOptions {
def localProps = new Properties()
localProps.load(rootProject.file("local.properties").newDataInputStream())
def paResources = localProps['poweramp.apk'] ?: "Poweramp-build-918-resources.zip"
def paResources = localProps['poweramp.apk'] ?: "Poweramp-build-935-resources.zip"
println "Using $paResources PA resources"

additionalParameters "--emit-ids", "${projectDir}/stable-ids.txt",
"--package-id", "0x80",
"-I", "${projectDir}/../${paResources}"
if(project.file("stable-ids.txt").exists()) {
print "Got stable-ids OK"
println "Got stable-ids OK"
additionalParameters "--stable-ids", "${projectDir}/stable-ids.txt"
} else {
print "WARNING: no stable-ids.txt specified"
println "WARNING: no stable-ids.txt specified"
}
}
compileOptions {
Expand Down
Binary file removed poweramp_skin_sample/res.apk
Binary file not shown.

0 comments on commit 6cea15d

Please sign in to comment.