From 84c3ce9782730fc1bf46d5193a50b8f9c5452b96 Mon Sep 17 00:00:00 2001 From: fast-geek Date: Thu, 31 Dec 2020 13:01:48 +0300 Subject: [PATCH] Code updated to v1.0.0 and README.md update --- README.md | 18 +++++++++++------- src/AndroidTool.kt | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 33b94ea..0752fcd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## What is it? #### Android Tool is a powerful and beautiful program, created to make popular adb and fastboot commands easier to use. A dark theme, intuitive interface and other features - ### Latest Version: **0.9.9** + ### Latest Version: **1.0.0** ## Main Features: * #### Batch and single app installation (.apk files) * #### Disable, enable or uninstall system apps @@ -32,16 +32,20 @@ ![Links Screenshot](https://i.imgur.com/LZJc3fi.png) ## The Latest Version And Updates - ##### You can find the latest version on Github Repository + ##### You can find the latest version on Github Repository Releases ## Usage - * #### Download program archive to your OS - * #### Extract it to the desired location - * #### Run executable file "Android Tool.jar" + ### First method (Recommended) + * #### Download program .jar file + * #### Open it and click "Install" button to download SDK Platform Tools + * #### Enjoy 😉 + ### Second method (Portable) + * #### Download a portable zip for your system + * #### Extract him + * #### Open program .jar file and enjoy 😉 ## Requirements - - * ##### OS (Windows 10, Linux), Mac os support maybe will be later + * ##### OS (Windows (10, 8.1, 8), Linux, MacOS) * ##### JRE (Java Runtime Environment) diff --git a/src/AndroidTool.kt b/src/AndroidTool.kt index e527d00..9a258cc 100644 --- a/src/AndroidTool.kt +++ b/src/AndroidTool.kt @@ -84,7 +84,7 @@ val userFolder = System.getProperty("user.home").toString() var SdkDir = userFolder + if (Windows) { "\\.android_tool\\SDK-Tools\\"} else if (Linux) { "/.android_tool/SDK-Tools/" } else { "/.android_tool/SDK-Tools/"} val ProgramDir = userFolder + if (Windows) { "\\.android_tool\\"} else if (Linux) { "/.android_tool/" } else { "/.android_tool/"} val programBuildDate = getProgramBuildTime() -const val programVersion = "1.0.0-beta7" +const val programVersion = "1.0.0" var programVersionLatest = programVersion open class AndroidTool : Command(){ init {