Skip to content

Commit

Permalink
Upgrade gnirehtet version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Feb 28, 2018
1 parent 443b9c3 commit ec6bf17
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.genymobile.gnirehtet"
minSdkVersion 21
targetSdkVersion 27
versionCode 4
versionName "2.1"
versionCode 5
versionName "2.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Expand Up @@ -32,7 +32,7 @@
public final class Main {
private static final String TAG = "Gnirehtet";
private static final String NL = System.lineSeparator();
private static final String REQUIRED_APK_VERSION_CODE = "4";
private static final String REQUIRED_APK_VERSION_CODE = "5";

private Main() {
// not instantiable
Expand Down
2 changes: 1 addition & 1 deletion relay-rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion relay-rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gnirehtet"
version = "2.1.0"
version = "2.2.0"
authors = ["Romain Vimont <rvimont@genymobile.com>"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion relay-rust/src/main.rs
Expand Up @@ -34,7 +34,7 @@ use std::thread;
use std::time::Duration;

const TAG: &'static str = "Main";
const REQUIRED_APK_VERSION_CODE: &'static str = "4";
const REQUIRED_APK_VERSION_CODE: &'static str = "5";

const COMMANDS: &[&'static Command] = &[
&InstallCommand,
Expand Down

0 comments on commit ec6bf17

Please sign in to comment.