File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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) {
3939apply plugin : StringCare
4040
4141stringcare {
42- debug false
42+ debug true
4343}
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments