Skip to content

Commit

Permalink
Upgrade gnirehtet version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Sep 21, 2017
1 parent fccfffb commit efdbc28
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.genymobile.gnirehtet"
minSdkVersion 21
targetSdkVersion 26
versionCode 2
versionName "1.1"
versionCode 3
versionName "2.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
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 = "2";
private static final String REQUIRED_APK_VERSION_CODE = "3";

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gnirehtet"
version = "0.1.0"
version = "2.0.0"
authors = ["Romain Vimont <[email protected]>"]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion relay-rust/src/main.rs
Original file line number Diff line number Diff line change
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 = "2";
const REQUIRED_APK_VERSION_CODE: &'static str = "3";

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

0 comments on commit efdbc28

Please sign in to comment.