Skip to content

Commit

Permalink
please just work
Browse files Browse the repository at this point in the history
  • Loading branch information
v4lpt committed Jan 6, 2024
1 parent a44376b commit 2985bff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId = "v4lpt.vpt.pwg"
minSdk = 24
targetSdk = 33
versionCode = 2
versionName = "1.0.1"
versionCode = 4
versionName = "1.0.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/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": 1,
"versionName": "1.0",
"versionCode": 2,
"versionName": "1.0.1",
"outputFile": "app-release.apk"
}
],
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"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="2"
android:versionName="1.0.1">
android:versionCode="4"
android:versionName="1.0.3">

<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="33" />

Expand Down

0 comments on commit 2985bff

Please sign in to comment.