Skip to content

Commit 091f8c2

Browse files
authored
Merge pull request #100 from EbenezerGH/classes-not-appearing-library-import
classes being obfuscated
2 parents c8e8eac + ad6d5ca commit 091f8c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

etherscan-sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'kotlin-android-extensions'
77
android {
88
compileSdkVersion 26
99
defaultConfig {
10-
applicationId "jfyg.etherscan.helloetherescan"
10+
applicationId "jfyg.etherscan.etherscanapi"
1111
minSdkVersion 15
1212
targetSdkVersion 26
1313
versionCode 1

etherscanapi/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515

1616
buildTypes {
1717
release {
18-
minifyEnabled true
18+
minifyEnabled false
1919
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2020
}
2121
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<resources>
2-
<string name="app_name">Hello Etherscan</string>
2+
<string name="app_name">etherscanapi</string>
33
</resources>

0 commit comments

Comments
 (0)