Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ICSx⁵
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
bitfire web engineering
ICSx⁵
Commits
a350e7b8
Commit
a350e7b8
authored
Nov 27, 2018
by
Ricki Hirner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version code to 26
parent
13092b8d
Pipeline
#38061089
passed with stage
in 9 minutes and 42 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
11 deletions
+8
-11
build.gradle
app/build.gradle
+1
-1
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+7
-10
No files found.
app/build.gradle
View file @
a350e7b8
...
...
@@ -19,7 +19,7 @@ android {
minSdkVersion
19
targetSdkVersion
28
versionCode
2
5
versionCode
2
6
versionName
"1.6.1"
}
buildTypes
{
...
...
app/src/main/AndroidManifest.xml
View file @
a350e7b8
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2013 – 2015 Ricki Hirner (bitfire web engineering).
~
~ This program is free software: you can redistribute it and/or modify it under the terms of the GNU
~ General Public License as published by the Free Software Foundation, either version 3 of the
~ License, or (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
~ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
~ PURPOSE. See the GNU General Public License for more details.
~ Copyright (c) Ricki Hirner (bitfire web engineering).
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the GNU Public License v3.0
~ which accompanies this distribution, and is available at
~ http://www.gnu.org/licenses/gpl.html
-->
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
...
...
@@ -40,7 +36,8 @@
android:icon=
"@mipmap/ic_launcher"
android:label=
"@string/app_name"
android:theme=
"@style/AppTheme"
android:networkSecurityConfig=
"@xml/network_security"
>
android:networkSecurityConfig=
"@xml/network_security"
tools:ignore=
"UnusedAttribute"
>
<service
android:name=
".AccountAuthenticatorService"
android:exported=
"false"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment