Skip to content

Commit c508bc0

Browse files
committed
Upgrade gnirehtet version to 2.1
1 parent 8eb8683 commit c508bc0

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 26
12-
versionCode 3
13-
versionName "2.0"
12+
versionCode 4
13+
versionName "2.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 = "3";
35+
private static final String REQUIRED_APK_VERSION_CODE = "4";
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.0.0"
3+
version = "2.1.0"
44
authors = ["Romain Vimont <[email protected]>"]
55

66
[lib]

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: &'static str = "Main";
37-
const REQUIRED_APK_VERSION_CODE: &'static str = "3";
37+
const REQUIRED_APK_VERSION_CODE: &'static str = "4";
3838

3939
const COMMANDS: &[&'static Command] = &[
4040
&InstallCommand,

0 commit comments

Comments
 (0)