Skip to content

Commit

Permalink
new apk
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Mar 22, 2022
1 parent 2a1a252 commit da6940f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "ru.tech.firenote"
minSdk = 21
targetSdk = 32
versionCode = 2
versionName = "1.0.1"
versionCode = 3
versionName = "1.0.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

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": 2,
"versionName": "1.0.1",
"versionCode": 3,
"versionName": "1.0.2",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit da6940f

Please sign in to comment.