Skip to content

Commit

Permalink
[gradle] signing and jenkins cleanup (#990)
Browse files Browse the repository at this point in the history
* [gradle] signing

* [jenkins] remove apksign script

No longer needed due to signing with gradle

---------

Co-authored-by: fuzzard <fuzzard@kodi.tv>
  • Loading branch information
fuzzard and fuzzard authored Nov 19, 2023
1 parent ece512c commit 9880126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ android {
keyPassword System.getenv("KODI_ANDROID_KEY_PASSWORD")
storeFile file(System.getenv("KODI_ANDROID_STORE_FILE"))
storePassword System.getenv("KODI_ANDROID_STORE_PASSWORD")
enableV1Signing true
enableV2Signing true
enableV3Signing true
}
}
}
Expand All @@ -50,6 +53,7 @@ android {
release {
if (System.getenv("KODI_ANDROID_STORE_FILE") != null) {
signingConfig signingConfigs.release
zipAlignEnabled true
}
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
Expand Down
21 changes: 0 additions & 21 deletions tools/jenkins/android/packaging/apksign

This file was deleted.

0 comments on commit 9880126

Please sign in to comment.