Skip to content

Commit

Permalink
Release v8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed May 27, 2023
1 parent 141df24 commit ead9a23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ jobs:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
packageName: com.livetl.android
releaseFile: ${{ env.SIGNED_RELEASE_FILE }}
mappingFile: app/build/outputs/mapping/playstoreRelease/mapping.txt
# mappingFile: app/build/outputs/mapping/playstoreRelease/mapping.txt
track: ${{ env.GOOGLE_PLAY_TRACK }}
whatsNewDirectory: distribution/whatsnew
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ android {
applicationId "com.livetl.android"
minSdkVersion 21
targetSdkVersion 33
versionCode 287
versionName "8.0.4-beta01"
versionCode 288
versionName "8.0.4"
}

buildTypes {
debug {
applicationIdSuffix '.dev'
}
release {
// TODO: for some reason this breaks HoloDex API response parsing
shrinkResources false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
Expand Down Expand Up @@ -85,7 +86,7 @@ dependencies {
// Logging
implementation 'com.jakewharton.timber:timber:5.0.1'

implementation 'androidx.activity:activity-compose:1.7.1'
implementation 'androidx.activity:activity-compose:1.7.2'
implementation 'androidx.core:core-ktx:1.10.1'

// Jetpack Compose
Expand Down
2 changes: 1 addition & 1 deletion distribution/whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Fix crashing on launch
- Fix feed content not loading

---

Expand Down

0 comments on commit ead9a23

Please sign in to comment.