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 {
31
31
minSdkVersion 14
32
32
targetSdkVersion 23
33
33
versionCode 2
34
- versionName " 2.0 .0"
34
+ versionName " 2.5 .0"
35
35
36
36
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
37
37
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ protected void onCreate(Bundle savedInstanceState) {
36
36
} catch (PackageManager .NameNotFoundException e ) {
37
37
assert findViewById (R .id .app_version ) != null ;
38
38
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" );
40
40
e .printStackTrace ();
41
41
}
42
42
You can’t perform that action at this time.
0 commit comments