mirror of
https://github.com/Michatec/michas-droid.git
synced 2026-05-30 18:02:43 +02:00
Release 1.3
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@ android {
|
|||||||
applicationId 'nya.kitsunyan.foxydroid'
|
applicationId 'nya.kitsunyan.foxydroid'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 3
|
versionCode 4
|
||||||
versionName '1.2'
|
versionName '1.3'
|
||||||
|
|
||||||
def languages = [ 'en' ]
|
def languages = [ 'en' ]
|
||||||
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
|
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
* Full text search
|
||||||
|
* Search results ranking
|
||||||
|
* Allow to view packages per repository
|
||||||
|
* Automatic day/night theme for Android 10
|
||||||
Reference in New Issue
Block a user