Skip to content

Commit

Permalink
切换到版本v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuagu committed Mar 23, 2019
1 parent 8b9120b commit 742331d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
minSdkVersion 19
targetSdkVersion 25
versionCode 2
versionName "0.2"
versionName "0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/xml/pref_general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<EditTextPreference
android:defaultValue=""
android:key="deviceid"
android:title="设备deviceid"
android:summary="设备deviceid,可以自己设置任意字符串用以标识设备"/>
android:title="deviceid"
android:summary="设置deviceid来标识设备,如果不设置使用系统的Serial号码的UUID"/>
<CheckBoxPreference
android:title="加密"
android:defaultValue="false"
Expand Down

0 comments on commit 742331d

Please sign in to comment.