Compare commits
2 Commits
c922f8c7fc
...
cddd8cfac5
Author | SHA1 | Date | |
---|---|---|---|
cddd8cfac5 | |||
e57b888393 |
@ -11,8 +11,8 @@ android {
|
|||||||
compileSdkVersion 29
|
compileSdkVersion 29
|
||||||
buildToolsVersion '29.0.2'
|
buildToolsVersion '29.0.2'
|
||||||
useLibrary 'org.apache.http.legacy'
|
useLibrary 'org.apache.http.legacy'
|
||||||
versionCode 103
|
versionCode 104
|
||||||
versionName "1.6.32"
|
versionName "1.6.33"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
"kind": "Directory"
|
"kind": "Directory"
|
||||||
},
|
},
|
||||||
"applicationId": "com.jens.automation2",
|
"applicationId": "com.jens.automation2",
|
||||||
"variantName": "processGooglePlayFlavorReleaseResources",
|
"variantName": "googlePlayFlavorRelease",
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"type": "SINGLE",
|
"type": "SINGLE",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"versionCode": 102,
|
"versionCode": 104,
|
||||||
"versionName": "1.6.30-googlePlay",
|
"versionName": "1.6.33-googlePlay",
|
||||||
"outputFile": "app-googlePlayFlavor-release.apk"
|
"outputFile": "app-googlePlayFlavor-release.apk"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -64,7 +64,6 @@
|
|||||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
||||||
<uses-permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"/>
|
<uses-permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"/>
|
||||||
<uses-permission android:name="com.wireguard.android.permission.CONTROL_TUNNELS"/>
|
<uses-permission android:name="com.wireguard.android.permission.CONTROL_TUNNELS"/>
|
||||||
<!-- <uses-permission android:name="net.kollnig.missioncontrol.permission.ADMIN"/>-->
|
|
||||||
|
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:name="android.hardware.telephony"
|
android:name="android.hardware.telephony"
|
||||||
|
5
fastlane/metadata/android/de-DE/changelogs/104.txt
Normal file
5
fastlane/metadata/android/de-DE/changelogs/104.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
* Konfiguration kann jetzt ex- und importiert werden
|
||||||
|
* Komponenten vom Hauptbildschirm auf seperaten Bildschirm ausgelagert
|
||||||
|
* Titel und Text von Benachrichtigungen können jetzt als Variable benutzt werden
|
||||||
|
* Änderungen in der Programm starten Aktion
|
||||||
|
* Fortschritte in der Spanisch Übersetzung
|
5
fastlane/metadata/android/en-US/changelogs/104.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/104.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
* Configuration can now be exported and imported
|
||||||
|
* Moved some things from main screen to separate screen
|
||||||
|
* Notification title and text can be used as variable
|
||||||
|
* Changes in start other app action
|
||||||
|
* Progressed in Spanish translation
|
Loading…
Reference in New Issue
Block a user