mirror of
https://github.com/TonyJiangWJ/Auto.js.git
synced 2026-06-24 21:33:16 +08:00
Merge pull request #206 from hyb1996/new_ui
add module inrt(independent app runtime)
This commit is contained in:
commit
baac928e63
@ -17,10 +17,14 @@ android {
|
||||
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
debug {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
release {
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
4
inrt/proguard-rules.pro
vendored
4
inrt/proguard-rules.pro
vendored
@ -23,3 +23,7 @@
|
||||
# If you keep the line number information, uncomment this to
|
||||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
|
||||
-dontwarn org.mozilla.javascript.**
|
||||
-dontwarn jackpal.androidterm.**
|
||||
-keep class org.mozilla.javascript.** { *; }
|
||||
Loading…
Reference in New Issue
Block a user