File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
java/com/stringcare/library
src/main/java/com/efraespada/stringobfuscator Expand file tree Collapse file tree 5 files changed +6
-7
lines changed 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" >
1+ <manifest package =" com.stringcare.library" >
32</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 @@ -36,8 +36,8 @@ dependencies {
3636 })
3737 implementation ' com.android.support:appcompat-v7:26.1.0'
3838 testImplementation ' junit:junit:4.12'
39- // implementation project(path: ':library')
40- implementation " com.stringcare:library:$stringcare_version "
39+ implementation project(path : ' :library' )
40+ // implementation "com.stringcare:library:$stringcare_version"
4141}
4242
4343
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