We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8e8eac + ad6d5ca commit 091f8c2Copy full SHA for 091f8c2
etherscan-sample/build.gradle
@@ -7,7 +7,7 @@ apply plugin: 'kotlin-android-extensions'
7
android {
8
compileSdkVersion 26
9
defaultConfig {
10
- applicationId "jfyg.etherscan.helloetherescan"
+ applicationId "jfyg.etherscan.etherscanapi"
11
minSdkVersion 15
12
targetSdkVersion 26
13
versionCode 1
etherscanapi/build.gradle
@@ -15,7 +15,7 @@ android {
15
16
buildTypes {
17
release {
18
- minifyEnabled true
+ minifyEnabled false
19
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
20
}
21
etherscanapi/src/main/res/values/strings.xml
@@ -1,3 +1,3 @@
1
<resources>
2
- <string name="app_name">Hello Etherscan</string>
+ <string name="app_name">etherscanapi</string>
3
</resources>
0 commit comments