Skip to content

Commit

Permalink
Merge pull request #102 from ssyijiu/master
Browse files Browse the repository at this point in the history
Fix:bug fix
  • Loading branch information
ssyijiu authored Nov 28, 2020
2 parents 5c67292 + 1bb1e84 commit ca065c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "io.xdag.xdagwallet"
minSdkVersion min_version
targetSdkVersion target_version
versionCode 25
versionName "0.2.5"
versionCode 27
versionName "0.2.7"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/fragment_send.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
android:id="@+id/send_et_remark"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:inputType="numberDecimal"
android:textColor="@color/GERY"
android:textSize="@dimen/size_text"
android:layout_marginTop="@dimen/space_8"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
ext.min_version = 21
ext.target_version = 28
ext.support_version = '28.0.0'
ext.butterknife_version = '9.0.0-SNAPSHOT'
ext.butterknife_version = '9.0.0'
ext.adapter_helper = '2.9.36'
ext.leakcanary_version = '1.5.4'
ext.retrofit_version = '2.4.0'
Expand Down
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"versionCode": 25,
"versionName": "0.2.5(Fix bug)",
"url": "https://github.com/XDagger/android-wallet/releases/download/release_0.2.5/android_wallet_release_v0.2.5.apk"
"versionCode": 27,
"versionName": "0.2.7(Fix bug)",
"url": "https://github.com/XDagger/android-wallet/releases/download/release_0.2.7/android_wallet_release_v0.2.7.apk"
}

0 comments on commit ca065c0

Please sign in to comment.