mirror of
https://github.com/TonyJiangWJ/Auto.js.git
synced 2026-06-21 21:01:43 +08:00
release 3.0.0 Beta
This commit is contained in:
parent
4e7e4184b8
commit
757afa0635
@ -9,7 +9,7 @@ android {
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 23
|
||||
versionCode 246
|
||||
versionName "3.0.0 Alpha46"
|
||||
versionName "3.0.0 Beta"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
multiDexEnabled true
|
||||
ndk {
|
||||
|
||||
@ -100,7 +100,7 @@ public class BuildActivity extends BaseActivity implements AutoJsApkBuilder.Prog
|
||||
}
|
||||
|
||||
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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user