File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
relay-java/src/main/java/com/genymobile/gnirehtet Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 applicationId " com.genymobile.gnirehtet"
1010 minSdkVersion 21
1111 targetSdkVersion 27
12- versionCode 5
13- versionName " 2.2 "
12+ versionCode 6
13+ versionName " 2.3 "
1414 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1515 }
1616 buildTypes {
Original file line number Diff line number Diff line change 3232public 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 = "5 " ;
35+ private static final String REQUIRED_APK_VERSION_CODE = "6 " ;
3636
3737 private Main () {
3838 // not instantiable
Original file line number Diff line number Diff line change 11[package ]
22name = " gnirehtet"
3- version = " 2.2.1 "
3+ version = " 2.3.0 "
44authors = [" Romain Vimont <rvimont@genymobile.com>" ]
55
66[lib ]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ use std::thread;
3434use std:: time:: Duration ;
3535
3636const TAG : & ' static str = "Main" ;
37- const REQUIRED_APK_VERSION_CODE : & ' static str = "5 " ;
37+ const REQUIRED_APK_VERSION_CODE : & ' static str = "6 " ;
3838
3939const COMMANDS : & [ & ' static Command ] = & [
4040 & InstallCommand ,
You can’t perform that action at this time.
0 commit comments