Skip to content

Commit 0dd442f

Browse files
committed
lib working on windows
1 parent 7232784 commit 0dd442f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ buildscript {
1616

1717
dependencies {
1818
// classpath "com.stringcare:plugin:$stringcare_version"
19-
classpath files('../GradlePlugin/build/libs/plugin-0.9.jar')
20-
// classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar')
19+
// classpath files('../GradlePlugin/build/libs/plugin-0.9.jar')
20+
classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar')
2121
classpath 'com.android.tools.build:gradle:3.2.1'
2222
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
2323
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
@@ -39,5 +39,5 @@ task clean(type: Delete) {
3939
apply plugin: StringCare
4040

4141
stringcare {
42-
debug false
42+
debug true
4343
}

library/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Sets the minimum version of CMake required to build the native library.
55

6-
cmake_minimum_required(VERSION 3.10.2)
6+
cmake_minimum_required(VERSION 3.13.2)
77

88
# Creates and names a library, sets it as either STATIC
99
# or SHARED, and provides the relative paths to its source code.

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
}
3333
externalNativeBuild {
3434
cmake {
35-
version "3.13.1"
35+
version "3.13.2"
3636
path "CMakeLists.txt"
3737
}
3838
}

0 commit comments

Comments
 (0)