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
1616buildscript {
1717
1818 ext {
19- stringcare_version = '0.5 '
19+ stringcare_version = '0.6 '
2020 }
2121
2222 repositories {
Original file line number Diff line number Diff line change 22buildscript {
33
44 ext {
5- stringcare_version = ' 0.5 '
5+ stringcare_version = ' 0.6 '
66 }
77
88 repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.github.dcendents.android-maven'
33apply plugin : ' com.jfrog.bintray'
44
5- version = " 0.5 "
5+ version = " 0.6 "
66
77android {
88 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" >
92</manifest >
Original file line number Diff line number Diff line change 1- package com .efraespada . stringcarelibrary ;
1+ package com .stringcare . library ;
22
33import android .content .Context ;
44import android .content .pm .PackageInfo ;
Original file line number Diff line number Diff line change 44import android .os .Bundle ;
55import android .widget .TextView ;
66
7- import com .efraespada . stringcarelibrary .SC ;
7+ import com .stringcare . library .SC ;
88
99public class MainActivity extends AppCompatActivity {
1010
You can’t perform that action at this time.
0 commit comments