Skip to content

Commit

Permalink
add new raw res
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
the0cp committed Sep 12, 2024
1 parent 9cf0aa2 commit 5ea4c22
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Objection! v1.6<img src="img/badge.png" alt="obj" width="20%">
# Objection! v1.7<img src="img/badge.png" alt="obj" width="20%">

![platform](https://img.shields.io/badge/Platform-Android-green)
![version](https://img.shields.io/badge/Version-v1.6-yellow)
![version](https://img.shields.io/badge/Version-v1.7-yellow)
![repo-size](https://img.shields.io/github/repo-size/the0cp/objection)

> Auto Objection! Place the phone flat on the table and knock the desktop.
Expand All @@ -10,7 +10,7 @@

## Download

![version](https://img.shields.io/badge/Version-v1.6-yellow)
![version](https://img.shields.io/badge/Version-v1.7-yellow)

Download the latest version(apk): [https://github.com/the0cp/objection/releases](https://github.com/the0cp/objection/releases)

Expand Down
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 = 7
versionName = "1.6"
versionCode = 8
versionName = "1.7"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file added app/src/main/res/raw/vid.mp4
Binary file not shown.
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 @@ -49,7 +49,7 @@
<PreferenceCategory app:title="@string/about_header"/>

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

0 comments on commit 5ea4c22

Please sign in to comment.