File tree 3 files changed +10
-8
lines changed
src/main/java/com/stringcare/library
3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
2
2
buildscript {
3
- ext. kotlin_version = ' 1.3.31 '
3
+ ext. kotlin_version = ' 1.3.41 '
4
4
5
5
ext {
6
- stringcare_version = ' 3.1 '
6
+ stringcare_version = ' 3.3 '
7
7
}
8
8
9
9
repositories {
@@ -16,11 +16,8 @@ buildscript {
16
16
}
17
17
18
18
dependencies {
19
- // classpath "com.stringcare:plugin:$stringcare_version"
20
- // classpath files('../GradlePlugin/build/libs/plugin-3.1.jar')
21
- // classpath files('../GradlePlugin/build/libs/plugin-3.0.jar')
22
- classpath files(' ../KotlinGradlePlugin/build/libs/plugin-3.1.jar' )
23
- // classpath files('..\\GradlePlugin\\build\\libs\\plugin-0.9.jar')
19
+ classpath " com.stringcare:plugin:$stringcare_version "
20
+ // classpath files('../KotlinGradlePlugin/build/libs/plugin-3.1.jar')
24
21
classpath ' com.android.tools.build:gradle:3.4.2'
25
22
classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
26
23
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
4
4
apply plugin : ' com.github.dcendents.android-maven'
5
5
apply plugin : ' com.jfrog.bintray'
6
6
7
- version = " 3.2 "
7
+ version = " 3.3 "
8
8
9
9
android {
10
10
compileSdkVersion 28
Original file line number Diff line number Diff line change @@ -17,3 +17,8 @@ fun String.obfuscate(
17
17
androidTreatment : Boolean = defaultAndroidTreatment,
18
18
version : Version = defaultVersion
19
19
): String = SC .obfuscate(this , androidTreatment, version)
20
+
21
+ fun String.reveal (
22
+ androidTreatment : Boolean = defaultAndroidTreatment,
23
+ version : Version = defaultVersion
24
+ ): String = SC .reveal(this , androidTreatment, version)
You can’t perform that action at this time.
0 commit comments