We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca36d63 commit fee77e9Copy full SHA for fee77e9
2 files changed
app/build.properties
@@ -1,7 +1,7 @@
1
#Build Properties
2
-#Sat May 28 11:40:55 EDT 2022
+#Sun May 29 10:08:48 EDT 2022
3
version_minor=0
4
version_store=58
5
version_patch=6
6
-version_build=9
+version_build=10
7
version_major=3
app/src/main/res/layout/info_permission.xml
@@ -27,10 +27,10 @@
27
android:layout_height="wrap_content"
28
android:orientation="vertical">
29
30
- <include layout="@layout/info_location" />
31
-
32
<include layout="@layout/info_throttling" />
33
+ <include layout="@layout/info_location" />
+
34
<include layout="@layout/info_faq" />
35
</LinearLayout>
36
</ScrollView>
0 commit comments