Skip to content

Commit a114b36

Browse files
committed
Release 2018.2-beta2
1 parent 7f92eb4 commit a114b36

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
minSdkVersion 16
4141
targetSdkVersion 27
4242
multiDexEnabled true
43-
versionCode 17 //Next public release: 18
43+
versionCode 18 //Next public release: 19
4444
versionName "2018.2-beta2"
4545
resConfigs "en"
4646
}

app/src/main/res/layout/activity_account_settings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
android:layout_height="match_parent"
118118
android:padding="16dp"
119119
android:text="@string/thundercloud_disclaimer"
120-
android:textColor="@color/white"
121120
android:textSize="16sp" />
122121

123122
</LinearLayout>

app/src/main/res/values/strings.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,13 @@
3939
\nYou can opt out of telemetry in the app settings.
4040
</string>
4141

42-
<!--- TODO Last update: v17 -->
42+
<!--- TODO Last update: v18 -->
4343
<string name="update_notes">
44-
Introducing ThunderCloud! With ThunderCloud, your data gains an additional home on Google\'s Firebase cloud servers.
44+
2018.2-beta2 enables developer messages for signed in users that will provide updates on the status of the ThunderCloud beta.
45+
\n
46+
\nPrevious release notes:
47+
\n
48+
\nIntroducing ThunderCloud! With ThunderCloud, your data gains an additional home on Google\'s Firebase cloud servers.
4549
\nSigning in with an email or Google account allows you to store data online, separately from what\'s already saved on your local device.
4650
\nThis data can then be viewed on other devices signed in to ThunderScout with this account.
4751
\n

0 commit comments

Comments
 (0)