Skip to content

Commit

Permalink
Please work x3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirtos committed Dec 11, 2024
1 parent 998d6e9 commit 982eba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "storeFile=keystore.jks" >> keystore.properties
- name: Build Release apk
run: ./gradlew assembleRelease --stacktrace
run: ./gradlew assembleDebug --stacktrace

- name: Build Release bundle
run: ./gradlew bundleRelease --stacktrace
Expand All @@ -59,4 +59,4 @@ jobs:
fail_on_unmatched_files: true
files: |
app/build/outputs/bundle/release/*.aab
app/build/outputs/apk/release/*.apk
app/build/outputs/apk/debug/*.apk
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {

defaultConfig {
applicationId "com.wirtos.tguydroid"
targetSdkVersion 35
targetSdkVersion 34
minSdkVersion 16
versionCode 9
versionName '1.5.2'
Expand Down

0 comments on commit 982eba8

Please sign in to comment.