Skip to content

Commit

Permalink
UPDATE BUILD 5
Browse files Browse the repository at this point in the history
  • Loading branch information
epicstudios856 committed Apr 18, 2024
1 parent c288f2a commit 3033ed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.vectras.vm"
minSdk minApi
targetSdk targetApi
versionCode 14
versionName "v2.8-debug-build-4"
versionCode 15
versionName "v2.8-debug-build-5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/vectras/vm/MainActivity.java
Expand Up @@ -436,7 +436,7 @@ public void onInitializationComplete(InitializationStatus initializationStatus)
}
});
if (Config.debug)
UIUtils.UIAlert(activity, "DEBUG TESTING BUILD 4", "welcome to debug build of vectras vm :)<br>" +
UIUtils.UIAlert(activity, "DEBUG TESTING BUILD 5", "welcome to debug build of vectras vm :)<br>" +
"this version unstable and has alot of bugs<br>" +
"don't forget to tell us on github issues or telegram bot<br>" +
"<a href=\"https://t.me/vectras_protect_bot\">telegram report bot</a><br>" +
Expand Down

0 comments on commit 3033ed6

Please sign in to comment.