Skip to content

Commit

Permalink
closes #105
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed May 11, 2023
1 parent a097890 commit 6a37a0b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId "io.github.yamin8000.dooz"
minSdk 24
targetSdk 33
versionCode 8
versionName "1.0.8"
versionCode 9
versionName "1.0.9"
vectorDrawables {
useSupportLibrary true
}
Expand Down
29 changes: 29 additions & 0 deletions app/src/free/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!--
~ Dooz/Dooz.app.main
~ AndroidManifest.xml Copyrighted by Yamin Siahmargooei at 2023/5/11
~ AndroidManifest.xml Last modified at 2023/5/11
~ This file is part of Dooz/Dooz.app.main.
~ Copyright (C) 2023 Yamin Siahmargooei
~
~ Dooz/Dooz.app.main 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.
~
~ Dooz/Dooz.app.main 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.
~
~ You should have received a copy of the GNU General Public License
~ along with Dooz. If not, see <https://www.gnu.org/licenses/>.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission
android:name="android.permission.INTERNET"
tools:node="remove" />

</manifest>

0 comments on commit 6a37a0b

Please sign in to comment.