Skip to content

Commit 67e1faf

Browse files
committed
Bump version to 2.5.1
1 parent 848a3ca commit 67e1faf

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.genymobile.gnirehtet"
1010
minSdkVersion 21
1111
targetSdkVersion 29
12-
versionCode 8
13-
versionName "2.5"
12+
versionCode 9
13+
versionName "2.5.1"
1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515
}
1616
buildTypes {

relay-java/src/main/java/com/genymobile/gnirehtet/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public final class Main {
3333
private static final String TAG = "Gnirehtet";
3434
private static final String NL = System.lineSeparator();
35-
private static final String REQUIRED_APK_VERSION_CODE = "8";
35+
private static final String REQUIRED_APK_VERSION_CODE = "9";
3636

3737
private Main() {
3838
// not instantiable

relay-rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

relay-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gnirehtet"
3-
version = "2.5.0"
3+
version = "2.5.1"
44
authors = ["Romain Vimont <[email protected]>"]
55
edition = "2018"
66

relay-rust/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use std::thread;
3434
use std::time::Duration;
3535

3636
const TAG: &str = "Main";
37-
const REQUIRED_APK_VERSION_CODE: &str = "8";
37+
const REQUIRED_APK_VERSION_CODE: &str = "9";
3838

3939
#[inline]
4040
fn get_adb_path() -> String {

0 commit comments

Comments
 (0)