Skip to content

Commit 1b52c5e

Browse files
committed
Merge branch 'release/2.2.0'
2 parents f414321 + 770e464 commit 1b52c5e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "io.github.emanual.app"
99
minSdkVersion 14
1010
targetSdkVersion 21
11-
versionCode 13
12-
versionName "2.1.1"
11+
versionCode 14
12+
versionName "2.2.0"
1313

1414
}
1515
signingConfigs {

app/src/main/res/layout/acty_browser.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<LinearLayout style="@style/Linerlayout.container_main"
3-
xmlns:android="http://schemas.android.com/apk/res/android"
4-
xmlns:app="http://schemas.android.com/tools"
5-
xmlns:fontawesometext="http://schemas.android.com/apk/res-auto">
2+
<LinearLayout
3+
style="@style/Linerlayout.container_main"
4+
xmlns:android="http://schemas.android.com/apk/res/android"
5+
xmlns:app="http://schemas.android.com/apk/res-auto">
66

77
<include layout="@layout/toolbar"/>
88

0 commit comments

Comments
 (0)