release 3.0.0 Beta

This commit is contained in:
hyb1996
2018-02-02 20:17:40 +08:00
parent 4e7e4184b8
commit 757afa0635
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ android {
minSdkVersion 17 minSdkVersion 17
targetSdkVersion 23 targetSdkVersion 23
versionCode 246 versionCode 246
versionName "3.0.0 Alpha46" versionName "3.0.0 Beta"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true multiDexEnabled true
ndk { ndk {

View File

@@ -100,7 +100,7 @@ public class BuildActivity extends BaseActivity implements AutoJsApkBuilder.Prog
} }
private void downloadPlugin() { private void downloadPlugin() {
IntentUtil.browse(this, "https://www.autojs.org/topic/977"); IntentUtil.browse(this, "https://www.autojs.org/assets/autojs/plugin.apk");
} }
private void setupWithSourceFile(ScriptFile file) { private void setupWithSourceFile(ScriptFile file) {