File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1212bin /
1313gen /
1414out /
15+ app /release /
1516
1617# Gradle files
1718.gradle /
@@ -63,4 +64,4 @@ fastlane/report.xml
6364fastlane /Preview.html
6465fastlane /screenshots
6566fastlane /test_output
66- fastlane /readme.md
67+ fastlane /readme.md
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 applicationId " tech.httptoolkit.android"
1111 minSdkVersion 21
1212 targetSdkVersion 28
13- versionCode 1
14- versionName " 1.0.0-alpha1 "
13+ versionCode 2
14+ versionName " 1.0.0-alpha2 "
1515
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1717
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2+ <manifest
3+ xmlns : android =" http://schemas.android.com/apk/res/android"
4+ xmlns : tools =" http://schemas.android.com/tools"
35 package =" tech.httptoolkit.android" >
46
57 <uses-permission android : name =" android.permission.INTERNET" />
68 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
79 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
810 <uses-permission android : name =" android.permission.CAMERA" />
911
12+ <uses-permission
13+ android : name =" android.permission.READ_PHONE_STATE"
14+ tools : node =" remove" />
15+ <uses-permission
16+ android : name =" android.permission.WRITE_EXTERNAL_STORAGE"
17+ tools : node =" remove" />
18+
1019 <application
1120 android : name =" .HttpToolkitApplication"
1221 android : allowBackup =" true"
You can’t perform that action at this time.
0 commit comments