android: remove transformations library
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user