Skip to content

Commit

Permalink
version upgrade to v1.1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dryec committed Aug 21, 2018
1 parent fa0727c commit c136db5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ apply plugin: 'com.google.protobuf'
android {
compileSdkVersion 27
defaultConfig {
versionCode 37
versionName "1.1.8.0"
versionCode 38
versionName "1.1.8.1"
applicationId "com.eletac.tronwallet"
minSdkVersion 21
targetSdkVersion 27
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":37,"versionName":"1.1.8.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":38,"versionName":"1.1.8.1","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<string name="soliditynode_port" translatable="false">50051</string>

<string name="app_name" translatable="false">Tron Wallet</string>
<string name="app_version" translatable="false">v1.1.8.0</string>
<string name="app_version" translatable="false">v1.1.8.1</string>

<string name="preference_file_key" translatable="false">com.eletac.tronwallet.wallet_preferences</string>
<string name="pwd_key" translatable="false">pwd_key</string>
Expand Down

0 comments on commit c136db5

Please sign in to comment.