File tree Expand file tree Collapse file tree 6 files changed +6
-13
lines changed
java/com/stringcare/library
sample/src/main/java/com/efraespada/stringobfuscator Expand file tree Collapse file tree 6 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gradle implementation
16
16
buildscript {
17
17
18
18
ext {
19
- stringcare_version = '0.5 '
19
+ stringcare_version = '0.6 '
20
20
}
21
21
22
22
repositories {
Original file line number Diff line number Diff line change 2
2
buildscript {
3
3
4
4
ext {
5
- stringcare_version = ' 0.5 '
5
+ stringcare_version = ' 0.6 '
6
6
}
7
7
8
8
repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' com.github.dcendents.android-maven'
3
3
apply plugin : ' com.jfrog.bintray'
4
4
5
- version = " 0.5 "
5
+ version = " 0.6 "
6
6
7
7
android {
8
8
compileSdkVersion 25
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.efraespada.androidstringobfuscator" >
3
-
4
- <application android : allowBackup =" true" android : label =" @string/app_name"
5
- android : supportsRtl =" true" >
6
-
7
- </application >
8
-
1
+ <manifest package =" com.stringcare.library" >
9
2
</manifest >
Original file line number Diff line number Diff line change 1
- package com .efraespada . stringcarelibrary ;
1
+ package com .stringcare . library ;
2
2
3
3
import android .content .Context ;
4
4
import android .content .pm .PackageInfo ;
Original file line number Diff line number Diff line change 4
4
import android .os .Bundle ;
5
5
import android .widget .TextView ;
6
6
7
- import com .efraespada . stringcarelibrary .SC ;
7
+ import com .stringcare . library .SC ;
8
8
9
9
public class MainActivity extends AppCompatActivity {
10
10
You can’t perform that action at this time.
0 commit comments