feat: runtime.loadJar() cache dex
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
||||
applicationId "com.stardust.auojs.inrt"
|
||||
minSdkVersion versions.mini
|
||||
targetSdkVersion versions.target
|
||||
versionCode 210
|
||||
versionName "4.0.2 Alpha5"
|
||||
versionCode versions.appVersionCode - 200
|
||||
versionName versions.appVersionName
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
ndk {
|
||||
abiFilters 'armeabi-v7a'
|
||||
|
||||
@@ -26,7 +26,8 @@
|
||||
android:label="inrt"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme"
|
||||
tools:replace="android:label, android:allowBackup">
|
||||
tools:replace="android:label, android:allowBackup"
|
||||
tools:ignore="GoogleAppIndexingWarning">
|
||||
<activity android:name=".LogActivity">
|
||||
|
||||
</activity>
|
||||
|
||||
Reference in New Issue
Block a user