release 3.0.0 Beta
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user