Skip to content

Commit 66255f5

Browse files
committed
...
1 parent 33862bc commit 66255f5

File tree

159 files changed

+8
-13329
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+8
-13329
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ build/
55
local.properties
66
library/src/main/cpp/
77
*.iml
8+
library/.externalNativeBuild

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
buildscript {
44
ext.kotlin_version = '1.1.51'
5+
ext.stringcare_version = '0.7'
56

67
repositories {
78
google()
89
jcenter()
910
}
1011
dependencies {
12+
// classpath "com.stringcare:plugin:$stringcare_version"
13+
classpath files("../AndroidPlugin/build/libs/plugin-0.9.jar")
1114
classpath 'com.android.tools.build:gradle:3.0.1'
1215
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1316
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
@@ -17,6 +20,9 @@ buildscript {
1720
}
1821
}
1922

23+
// apply plugin: StringCare
24+
25+
2026
allprojects {
2127
repositories {
2228
google()
Binary file not shown.

library/.externalNativeBuild/cmake/debug/arm64-v8a/.ninja_log

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

library/.externalNativeBuild/cmake/debug/arm64-v8a/CMakeCache.txt

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

0 commit comments

Comments
 (0)