Skip to content

Commit 33ccb15

Browse files
Efraín EspadaEfraín Espada
authored andcommitted
native lib
1 parent 24f80ba commit 33ccb15

File tree

5 files changed

+6
-42
lines changed

5 files changed

+6
-42
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

library/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

library/src/main/cpp/native-lib.cpp

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)