File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/buildmlearn/toolkit/activity Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
3131 minSdkVersion 14
3232 targetSdkVersion 23
3333 versionCode 2
34- versionName " 2.0 .0"
34+ versionName " 2.5 .0"
3535
3636 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
3737 }
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ protected void onCreate(Bundle savedInstanceState) {
3636 } catch (PackageManager .NameNotFoundException e ) {
3737 assert findViewById (R .id .app_version ) != null ;
3838 assert ((TextView ) findViewById (R .id .app_version )) != null ;
39- ((TextView ) findViewById (R .id .app_version )).setText ("Version: 1 .0" );
39+ ((TextView ) findViewById (R .id .app_version )).setText ("Version: 2.5 .0" );
4040 e .printStackTrace ();
4141 }
4242
You can’t perform that action at this time.
0 commit comments