Browse Source
Updated libraries in About (plus minor stuff)
pull/30/merge
Ezerous
7 years ago
No known key found for this signature in database
GPG Key ID: 262B2954BBA319E3
4 changed files with
6 additions and
3 deletions
-
VERSION
-
app/build.gradle
-
app/src/main/assets/apache_libraries.html
-
app/src/main/res/layout/activity_settings.xml
|
@ -10,8 +10,8 @@ android { |
|
|
applicationId "gr.thmmy.mthmmy" |
|
|
applicationId "gr.thmmy.mthmmy" |
|
|
minSdkVersion 19 |
|
|
minSdkVersion 19 |
|
|
targetSdkVersion 27 |
|
|
targetSdkVersion 27 |
|
|
versionCode 12 |
|
|
versionCode 13 |
|
|
versionName "1.4.0" |
|
|
versionName "1.4.1" |
|
|
archivesBaseName = "mTHMMY-v$versionName" |
|
|
archivesBaseName = "mTHMMY-v$versionName" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
@ -62,6 +62,9 @@ |
|
|
<li> |
|
|
<li> |
|
|
<h5><a href="https://github.com/JakeWharton/timber">Timber</a> v4.7.0 (Copyright ©2013 Jake Wharton)</h5> |
|
|
<h5><a href="https://github.com/JakeWharton/timber">Timber</a> v4.7.0 (Copyright ©2013 Jake Wharton)</h5> |
|
|
</li> |
|
|
</li> |
|
|
|
|
|
<li> |
|
|
|
|
|
<h5><a href="https://github.com/gotev/android-upload-service">Android Upload Service</a> v3.4.2 (Copyright ©2013-2018 Aleksandar Gotev)</h5> |
|
|
|
|
|
</li> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -28,6 +28,7 @@ |
|
|
android:id="@+id/pref_container" |
|
|
android:id="@+id/pref_container" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
|
|
|
android:background="@color/primary_light" |
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior" /> |
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior" /> |
|
|
|
|
|
|
|
|
</android.support.design.widget.CoordinatorLayout> |
|
|
</android.support.design.widget.CoordinatorLayout> |