Skip to content

Commit fad1dfd

Browse files
author
Carlo Pelliccia
committed
bump version 1.2.0
1 parent 933458b commit fad1dfd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

OpenScienceJournal/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "cc.arduino.sciencejournal"
1010
minSdkVersion 19
1111
targetSdkVersion 29
12-
versionCode 4
13-
versionName "1.1.0"
12+
versionCode 5
13+
versionName "1.2.0"
1414
multiDexEnabled true
1515
vectorDrawables.useSupportLibrary = true
1616
}

OpenScienceJournal/whistlepunk_library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
defaultConfig {
2222
minSdkVersion 19
2323
targetSdkVersion 29
24-
versionCode 3
25-
versionName "1.0.2"
24+
versionCode 5
25+
versionName "1.2.0"
2626
vectorDrawables.useSupportLibrary = true
2727
}
2828

OpenScienceJournal/whistlepunk_library/src/main/java/com/google/android/apps/forscience/whistlepunk/project/ExperimentListFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ public void onBindViewHolder(ViewHolder holder, int position) {
10291029
textView.setText(Html.fromHtml(applicationContext.getResources().getString(
10301030
unclaimedExperimentCount == 1 ?
10311031
R.string.claim_experiments_notice_one :
1032-
R.string.claim_experiments_notice_other)));
1032+
R.string.claim_experiments_notice_other, unclaimedExperimentCount)));
10331033
holder.claimButton.setOnClickListener(
10341034
v -> {
10351035
long mbFree = FileMetadataUtil.getInstance().getFreeSpaceInMb();

0 commit comments

Comments
 (0)