Skip to content

Commit e9c8607

Browse files
committed
Updated version to 2.5.0
1 parent 64e7c1d commit e9c8607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source-code/app/build.gradle

+1-1
Original file line numberDiff line numberDiff 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
}

source-code/app/src/main/java/org/buildmlearn/toolkit/activity/AboutBuildmLearn.java

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)