Skip to content

Commit

Permalink
修改默认ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kidloserme committed Apr 23, 2016
1 parent 8c0f4a6 commit 1688235
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public void run() {
try {
versionname = getPackageManager().getPackageInfo(getPackageName(), 0).versionName;
} catch (PackageManager.NameNotFoundException e) {
e.printStackTrace();
versionname = getResources().getString(R.string.version);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
android:layout_centerHorizontal="true"
android:layout_marginBottom="10dp"
android:gravity="center"
android:text="Copyright 2013-2016 www.EasyDarwin.org" />
android:text="Copyright 2012-2016 www.EasyDarwin.org" />

</RelativeLayout>
2 changes: 1 addition & 1 deletion EasyPusher_Android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources>
<string name="app_name">EasyPusher</string>
<string name="version">1.0.16.0402</string>
<string name="version">1.0</string>
</resources>

0 comments on commit 1688235

Please sign in to comment.