android: remove transformations library

This commit is contained in:
pengfei.zhou
2021-11-25 13:43:30 +08:00
committed by osborn
parent a528165207
commit bf5a8c0e9a
5 changed files with 356 additions and 56 deletions

View File

@@ -11,9 +11,6 @@ android {
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
renderscriptTargetApi 18
renderscriptSupportModeEnabled true
}
buildTypes {
@@ -28,11 +25,6 @@ android {
assets.srcDirs = ["../../doric-js/bundle"]
}
}
packagingOptions {
exclude 'lib/*/libRSSupport.so'
exclude 'lib/*/librsjni.so'
exclude 'lib/*/librsjni_androidx.so'
}
}
dependencies {
@@ -42,11 +34,10 @@ dependencies {
api 'com.github.penfeizhou:jsc4a:0.2.5'
//api "pub.doric:jse:${rootProject.ext.Version}"
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
implementation('com.github.penfeizhou.android.animation:glide-plugin:2.13.0') {
implementation('com.github.penfeizhou.android.animation:glide-plugin:2.17.0') {
exclude group: 'com.github.bumptech.glide'
}
implementation 'com.github.bumptech.glide:glide:4.11.0'
implementation 'jp.wasabeef:glide-transformations:4.1.0'
implementation "com.google.android.material:material:1.2.1"
def nav_version = "2.3.0"