Skip to content

Commit

Permalink
Bump version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Sep 2, 2018
1 parent 460fefc commit 3104563
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 27
versionCode 5
versionName "2.2"
versionCode 6
versionName "2.3"
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 = "5";
private static final String REQUIRED_APK_VERSION_CODE = "6";

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 = "2.2.1"
version = "2.3.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 = "5";
const REQUIRED_APK_VERSION_CODE: &'static str = "6";

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

0 comments on commit 3104563

Please sign in to comment.