File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
landscapist-transformation/src/main
kotlin/com/skydoves/landscapist/transformation Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ endif ()
5959# Gradle automatically packages shared libraries with your APK.
6060
6161add_library (# Sets the name of the library.
62- renderscript-toolkit
62+ landscapist- renderscript-toolkit
6363 # Sets the library as a shared library.
6464 SHARED
6565 # Provides a relative path to your source file(s).
@@ -88,7 +88,7 @@ find_library(# Sets the name of the path variable.
8888# build script, prebuilt third-party libraries, or system libraries.
8989
9090target_link_libraries (# Specifies the target library.
91- renderscript-toolkit
91+ landscapist- renderscript-toolkit
9292
9393 cpufeatures
9494 jnigraphics
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ internal object RenderScriptToolkit {
280280 private var nativeHandle: Long = 0
281281
282282 init {
283- System .loadLibrary(" renderscript-toolkit" )
283+ System .loadLibrary(" landscapist- renderscript-toolkit" )
284284 nativeHandle = createNative()
285285 }
286286
You can’t perform that action at this time.
0 commit comments