File tree Expand file tree Collapse file tree 5 files changed +6
-42
lines changed
Expand file tree Collapse file tree 5 files changed +6
-42
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ library/.externalNativeBuild
77* .iml
88* .DS_Store
99.cxx /
10- library / src / main / cpp / native-lib .cpp
10+ * .cpp
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ android {
1616 }
1717 buildTypes {
1818 release {
19- minifyEnabled true
19+ minifyEnabled false
2020 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
2121 }
2222 debug {
23- minifyEnabled true
23+ minifyEnabled false
2424 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
2525 }
2626 }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ add_library( # Sets the name of the library.
1717 SHARED
1818
1919 # Provides a relative path to your source file(s).
20- src/main/cpp /native-lib.cpp)
20+ ../../stringcare-jni-android-library /native-lib.cpp)
2121
2222# Searches for a specified prebuilt library and stores the path as a
2323# variable. Because CMake includes system libraries in the search path by
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ android {
2222 }
2323 buildTypes {
2424 release {
25- minifyEnabled true
25+ minifyEnabled false
2626 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
2727 }
2828 debug {
29- minifyEnabled true
29+ minifyEnabled false
3030 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
3131 }
3232 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments