Skip to content

Commit

Permalink
Generate signed APK
Browse files Browse the repository at this point in the history
  • Loading branch information
cliambrown committed Dec 8, 2021
1 parent 1d12c3b commit 9cc776d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.cliambrown.easynoise"
minSdk 21
targetSdk 31
versionCode 5
versionName "0.5"
versionCode 6
versionName "0.6"

setProperty("archivesBaseName", applicationId + "-v" + versionName)

Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 5,
"versionName": "0.5",
"outputFile": "com.cliambrown.easynoise-v0.5-release.apk"
"versionCode": 6,
"versionName": "0.6",
"outputFile": "com.cliambrown.easynoise-v0.6-release.apk"
}
],
"elementType": "File"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cliambrown.easynoise"
android:versionCode="5"
android:versionName="0.5">
android:versionCode="6"
android:versionName="0.6">

<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
Expand Down

0 comments on commit 9cc776d

Please sign in to comment.