Skip to content

Commit 84c3ce9

Browse files
committed
Code updated to v1.0.0 and README.md update
1 parent a3e641a commit 84c3ce9

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## What is it?
77

88
#### 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
9-
### Latest Version: **0.9.9**
9+
### Latest Version: **1.0.0**
1010
## Main Features:
1111
* #### Batch and single app installation (.apk files)
1212
* #### Disable, enable or uninstall system apps
@@ -32,16 +32,20 @@
3232
![Links Screenshot](https://i.imgur.com/LZJc3fi.png)
3333

3434
## The Latest Version And Updates
35-
##### You can find the latest version on Github Repository
35+
##### You can find the latest version on Github Repository Releases
3636

3737
## Usage
38-
* #### Download program archive to your OS
39-
* #### Extract it to the desired location
40-
* #### Run executable file "Android Tool.jar"
38+
### First method (Recommended)
39+
* #### Download program .jar file
40+
* #### Open it and click "Install" button to download SDK Platform Tools
41+
* #### Enjoy 😉
42+
### Second method (Portable)
43+
* #### Download a portable zip for your system
44+
* #### Extract him
45+
* #### Open program .jar file and enjoy 😉
4146

4247
## Requirements
43-
4448

45-
* ##### OS (Windows 10, Linux), Mac os support maybe will be later
49+
* ##### OS (Windows (10, 8.1, 8), Linux, MacOS)
4650
* ##### JRE (Java Runtime Environment)
4751

src/AndroidTool.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ val userFolder = System.getProperty("user.home").toString()
8484
var SdkDir = userFolder + if (Windows) { "\\.android_tool\\SDK-Tools\\"} else if (Linux) { "/.android_tool/SDK-Tools/" } else { "/.android_tool/SDK-Tools/"}
8585
val ProgramDir = userFolder + if (Windows) { "\\.android_tool\\"} else if (Linux) { "/.android_tool/" } else { "/.android_tool/"}
8686
val programBuildDate = getProgramBuildTime()
87-
const val programVersion = "1.0.0-beta7"
87+
const val programVersion = "1.0.0"
8888
var programVersionLatest = programVersion
8989
open class AndroidTool : Command(){
9090
init {

0 commit comments

Comments
 (0)