Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 091f8c2

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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
}
Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /