Skip to content

Commit

Permalink
Release 2018.2-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
19lmyers committed Apr 16, 2018
1 parent 7f92eb4 commit a114b36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
multiDexEnabled true
versionCode 17 //Next public release: 18
versionCode 18 //Next public release: 19
versionName "2018.2-beta2"
resConfigs "en"
}
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_account_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
android:layout_height="match_parent"
android:padding="16dp"
android:text="@string/thundercloud_disclaimer"
android:textColor="@color/white"
android:textSize="16sp" />

</LinearLayout>
Expand Down
8 changes: 6 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@
\nYou can opt out of telemetry in the app settings.
</string>

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

0 comments on commit a114b36

Please sign in to comment.