Skip to content

Commit

Permalink
update 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xff26b9a8 committed Mar 17, 2021
1 parent 1f1d9e1 commit 7b6cdc0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bin/
gen/
out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
# release/
release/

# Gradle files
.gradle/
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "st.s2ti.miratepatch"
minSdkVersion 29
targetSdkVersion 30
versionCode 7
versionName "1.6"
versionCode 1
versionName "1.0"
}

signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 7,
"versionName": "1.6",
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
]
Expand Down

0 comments on commit 7b6cdc0

Please sign in to comment.