Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SlaVcE14 committed Feb 14, 2025
1 parent eaea368 commit 0b55201
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ android {
applicationId "com.sjapps.jsonlist"
minSdk 23
targetSdk 35
versionCode 30
versionName "1.6"
versionCode 31
versionName "1.6.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.generatedDensities = []
}

dependenciesInfo {
includeInApk = false
includeInBundle = false
}

aaptOptions {
cruncherEnabled = false
}
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 30,
"versionName": "1.6",
"versionCode": 31,
"versionName": "1.6.1",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 0b55201

Please sign in to comment.