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 29
12- versionCode 8
13- versionName " 2.5"
12+ versionCode 9
13+ versionName " 2.5.1 "
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 = "8 " ;
35+ private static final String REQUIRED_APK_VERSION_CODE = "9 " ;
3636
3737 private Main () {
3838 // not instantiable
Original file line number Diff line number Diff line change 11[package ]
22name = " gnirehtet"
3- version = " 2.5.0 "
3+ version = " 2.5.1 "
44authors = [" Romain Vimont <rom@rom1v.com>" ]
55edition = " 2018"
66
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ use std::thread;
3434use std:: time:: Duration ;
3535
3636const TAG : & str = "Main" ;
37- const REQUIRED_APK_VERSION_CODE : & str = "8 " ;
37+ const REQUIRED_APK_VERSION_CODE : & str = "9 " ;
3838
3939#[ inline]
4040fn get_adb_path ( ) -> String {
You can’t perform that action at this time.
0 commit comments