Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
the0cp committed Jul 27, 2024
1 parent 2582a81 commit 50e9698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
minSdk = 24
//noinspection OldTargetApi
targetSdk = 34
versionCode = 3
versionName = "1.2"
versionCode = 4
versionName = "1.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/root_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<PreferenceCategory app:title="@string/about_header"/>

<Preference
android:summary="Author: the0cp\nVersion: v1.2"
android:summary="Author: the0cp\nVersion: v1.3"
android:title="Objection!" />
<Preference
android:title="View Source"
Expand Down

0 comments on commit 50e9698

Please sign in to comment.