Skip to content

Commit

Permalink
update readme 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KhunHtetzNaing committed May 2, 2020
1 parent 19fb8f9 commit 7d560f4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Openload, Streamango တို့လိုလင့်တွေကနေ
**AIDE** သမားဆိုရင်တော့ **Save** ပြီး **Download** လုပ်ခိုင်းရင်လုပ်ပေးပါ။
**မှတ်ချက်။ ။အင်တာနက်ဖွင့်ထားဖို့လိုပါမယ်**

If not working [download this jar](https://github.com/KhunHtetzNaing/xGetter/raw/master/app/release/xgetter) file and put to **YourProject/app/libs/**

**AndroidManifest.xml** ထဲမှာ


Expand Down Expand Up @@ -122,7 +124,7 @@ Okhttp3 ကိုအသုံးပြုထားသည့်အတွက်


အသုံးပြုရတာလည်းလွယ်ပါတယ် :)
- Example APK => http://bit.ly/2TDvLQ2
- Example APK => https://bit.ly/3bZ2GHX
- Example Project => http://bit.ly/2Sr6Hiw
- Repo => https://github.com/KhunHtetzNaing/xGetter
#HtetzNaing #XGetter #2019
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.htetznaing.xgetterexample"
minSdkVersion 19
targetSdkVersion 28
versionCode 21
versionName "1.9.7"
versionCode 23
versionName "2.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":21,"versionName":"1.9.7","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release","dirName":""},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":23,"versionName":"2.0.1","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release","dirName":""},"path":"app-release.apk","properties":{}}]
Binary file added app/release/xgetter.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Base64;
import android.util.Log;
Expand Down

0 comments on commit 7d560f4

Please sign in to comment.