We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e7c1d commit e9c8607Copy full SHA for e9c8607
source-code/app/build.gradle
@@ -31,7 +31,7 @@ android {
31
minSdkVersion 14
32
targetSdkVersion 23
33
versionCode 2
34
- versionName "2.0.0"
+ versionName "2.5.0"
35
36
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
37
}
source-code/app/src/main/java/org/buildmlearn/toolkit/activity/AboutBuildmLearn.java
@@ -36,7 +36,7 @@ protected void onCreate(Bundle savedInstanceState) {
} catch (PackageManager.NameNotFoundException e) {
assert findViewById(R.id.app_version) != null;
38
assert ((TextView) findViewById(R.id.app_version)) != null;
39
- ((TextView) findViewById(R.id.app_version)).setText("Version: 1.0");
+ ((TextView) findViewById(R.id.app_version)).setText("Version: 2.5.0");
40
e.printStackTrace();
41
42
0 commit comments