Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ android {
dependencies {
implementation(projects.domain)
implementation(projects.core.common)
implementation(projects.core.gitauth)
implementation(projects.data.templates)
implementation(projects.designsystem)
implementation(projects.data.local)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,4 @@ private fun violationFor(edge: ModuleEdge): BoundaryViolation? = when {

/** Edges that are allowed for now and expected to be removed. Nothing may be added to this list. */
val MODULE_BOUNDARY_BASELINE: Set<String> = setOf(
":feature:settings -> :feature:git",
)
17 changes: 17 additions & 0 deletions core/gitauth/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
plugins { id("asl.android.library.compose") }

android { namespace = "com.ahmadkharfan.androidstudiolite.core.gitauth" }

dependencies {
// A capability shared by :feature:git and :feature:settings rather than something either owns.
// It carries UI, so unlike a contract module it legitimately depends on the design system.
api(projects.domain)
implementation(projects.core.common)
implementation(projects.designsystem)
implementation(platform(libs.androidx.compose.bom))
implementation(libs.androidx.compose.material3)
implementation(libs.androidx.compose.ui)
implementation(libs.kotlinx.coroutines.android)
testImplementation(libs.junit)
testImplementation(libs.kotlinx.coroutines.test)
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o/bundleLibRuntimeToDirDebug
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ahmadkharfan.androidstudiolite.core.gitauth" >

<uses-sdk android:minSdkVersion="24" />

</manifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 3,
"artifactType": {
"type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
"kind": "Directory"
},
"applicationId": "com.ahmadkharfan.androidstudiolite.core.gitauth",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"outputFile": "AndroidManifest.xml"
}
],
"elementType": "File"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
aarFormatVersion=1.0
aarMetadataVersion=1.0
minCompileSdk=37
minCompileMinorSdk=0
minCompileSdkExtension=0
minAndroidGradlePluginVersion=1.0.0
coreLibraryDesugaringEnabled=false
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
com.ahmadkharfan.androidstudiolite.core.gitauth-pngs-0 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/generated/res/pngs/debug
com.ahmadkharfan.androidstudiolite.core.gitauth-updated_navigation_xml-1 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/generated/updated_navigation_xml/debug
com.ahmadkharfan.androidstudiolite.core.gitauth-mergeDebugResources-2 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/incremental/debug/mergeDebugResources/merged.dir
com.ahmadkharfan.androidstudiolite.core.gitauth-mergeDebugResources-3 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir
com.ahmadkharfan.androidstudiolite.core.gitauth-debug-4 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/merged_res/debug/mergeDebugResources
com.ahmadkharfan.androidstudiolite.core.gitauth-debug-5 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/packaged_res/debug/packageDebugResources
com.ahmadkharfan.androidstudiolite.core.gitauth-debug-6 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/src/debug/res
com.ahmadkharfan.androidstudiolite.core.gitauth-main-7 /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/src/main/res
gradleHome-0 /home/null/.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
int string git_auth_access_token 0x0
int string git_auth_connected 0x0
int string git_auth_connected_github 0x0
int string git_auth_connected_hint 0x0
int string git_auth_copied 0x0
int string git_auth_copy_code_hint 0x0
int string git_auth_create_token 0x0
int string git_auth_device_hint 0x0
int string git_auth_done 0x0
int string git_auth_github_account 0x0
int string git_auth_open_github 0x0
int string git_auth_remote 0x0
int string git_auth_save_retry 0x0
int string git_auth_sign_in 0x0
int string git_auth_sign_in_to 0x0
int string git_auth_tap_copy 0x0
int string git_auth_token_hint 0x0
int string git_auth_token_placeholder 0x0
int string git_auth_waiting 0x0
int string git_auth_waiting_github 0x0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Thu Jul 30 04:52:50 EET 2026
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="git_auth_access_token">Access token</string>
<string name="git_auth_connected">Connected</string>
<string name="git_auth_connected_github">Connected to GitHub</string>
<string name="git_auth_connected_hint">You\'re signed in. This credential is saved and reused across all your projects.</string>
<string name="git_auth_copied">Copied to clipboard</string>
<string name="git_auth_copy_code_hint">Tap the code to copy it, then open GitHub and paste it:</string>
<string name="git_auth_create_token">Create a token on GitHub</string>
<string name="git_auth_device_hint">Sign in with your GitHub account. We\'ll show you a short code to enter on github.com; the resulting access is stored securely and reused for every project.</string>
<string name="git_auth_done">Done</string>
<string name="git_auth_github_account">GitHub account</string>
<string name="git_auth_open_github">Open GitHub</string>
<string name="git_auth_remote">the remote</string>
<string name="git_auth_save_retry">Save &amp; retry</string>
<string name="git_auth_sign_in">Sign in</string>
<string name="git_auth_sign_in_to">Sign in to %1$s</string>
<string name="git_auth_tap_copy">Tap to copy</string>
<string name="git_auth_token_hint">Pushing to %1$s needs a GitHub personal access token (classic or fine-grained) with repository write access. It\'s stored securely and reused for future push/pull.</string>
<string name="git_auth_token_placeholder" translatable="false">ghp_…</string>
<string name="git_auth_waiting">Waiting…</string>
<string name="git_auth_waiting_github">Waiting for you to authorize on GitHub…</string>
</resources>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/src/main/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~:!&lt;dir>navigation"><source path="/home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/src/main/res"><file path="/home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/src/main/res/values/strings.xml" qualifiers=""><string name="git_auth_remote">the remote</string><string name="git_auth_done">Done</string><string name="git_auth_save_retry">Save &amp; retry</string><string name="git_auth_waiting">Waiting…</string><string name="git_auth_sign_in">Sign in</string><string name="git_auth_sign_in_to">Sign in to %1$s</string><string name="git_auth_connected">Connected</string><string name="git_auth_connected_github">Connected to GitHub</string><string name="git_auth_connected_hint">You\'re signed in. This credential is saved and reused across all your projects.</string><string name="git_auth_github_account">GitHub account</string><string name="git_auth_access_token">Access token</string><string name="git_auth_device_hint">Sign in with your GitHub account. We\'ll show you a short code to enter on github.com; the resulting access is stored securely and reused for every project.</string><string name="git_auth_copy_code_hint">Tap the code to copy it, then open GitHub and paste it:</string><string name="git_auth_copied">Copied to clipboard</string><string name="git_auth_tap_copy">Tap to copy</string><string name="git_auth_open_github">Open GitHub</string><string name="git_auth_waiting_github">Waiting for you to authorize on GitHub…</string><string name="git_auth_token_hint">Pushing to %1$s needs a GitHub personal access token (classic or fine-grained) with repository write access. It\'s stored securely and reused for future push/pull.</string><string name="git_auth_token_placeholder" translatable="false">ghp_…</string><string name="git_auth_create_token">Create a token on GitHub</string></file></source></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~:!&lt;dir>navigation"><source path="/home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"/><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~:!&lt;dir>navigation"/><mergedItems/></merger>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/src/main/assets"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/src/debug/assets"/></dataSet></merger>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/src/debug/jniLibs"/></dataSet></merger>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
R_DEF: Internal format may change without notice
local
string git_auth_access_token
string git_auth_connected
string git_auth_connected_github
string git_auth_connected_hint
string git_auth_copied
string git_auth_copy_code_hint
string git_auth_create_token
string git_auth_device_hint
string git_auth_done
string git_auth_github_account
string git_auth_open_github
string git_auth_remote
string git_auth_save_retry
string git_auth_sign_in
string git_auth_sign_in_to
string git_auth_tap_copy
string git_auth_token_hint
string git_auth_token_placeholder
string git_auth_waiting
string git_auth_waiting_github
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.ahmadkharfan.androidstudiolite.core.gitauth" >
4
5 <uses-sdk android:minSdkVersion="24" />
5-->INJECTED
5-->INJECTED
6
7</manifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ahmadkharfan.androidstudiolite.core.gitauth" >

<uses-sdk android:minSdkVersion="24" />

</manifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0 Warning/Error
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="git_auth_access_token">Access token</string>
<string name="git_auth_connected">Connected</string>
<string name="git_auth_connected_github">Connected to GitHub</string>
<string name="git_auth_connected_hint">You\'re signed in. This credential is saved and reused across all your projects.</string>
<string name="git_auth_copied">Copied to clipboard</string>
<string name="git_auth_copy_code_hint">Tap the code to copy it, then open GitHub and paste it:</string>
<string name="git_auth_create_token">Create a token on GitHub</string>
<string name="git_auth_device_hint">Sign in with your GitHub account. We\'ll show you a short code to enter on github.com; the resulting access is stored securely and reused for every project.</string>
<string name="git_auth_done">Done</string>
<string name="git_auth_github_account">GitHub account</string>
<string name="git_auth_open_github">Open GitHub</string>
<string name="git_auth_remote">the remote</string>
<string name="git_auth_save_retry">Save &amp; retry</string>
<string name="git_auth_sign_in">Sign in</string>
<string name="git_auth_sign_in_to">Sign in to %1$s</string>
<string name="git_auth_tap_copy">Tap to copy</string>
<string name="git_auth_token_hint">Pushing to %1$s needs a GitHub personal access token (classic or fine-grained) with repository write access. It\'s stored securely and reused for future push/pull.</string>
<string name="git_auth_token_placeholder" translatable="false">ghp_…</string>
<string name="git_auth_waiting">Waiting…</string>
<string name="git_auth_waiting_github">Waiting for you to authorize on GitHub…</string>
</resources>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
com.ahmadkharfan.androidstudiolite.core.gitauth
string git_auth_access_token
string git_auth_connected
string git_auth_connected_github
string git_auth_connected_hint
string git_auth_copied
string git_auth_copy_code_hint
string git_auth_create_token
string git_auth_device_hint
string git_auth_done
string git_auth_github_account
string git_auth_open_github
string git_auth_remote
string git_auth_save_retry
string git_auth_sign_in
string git_auth_sign_in_to
string git_auth_tap_copy
string git_auth_token_hint
string git_auth_token_placeholder
string git_auth_waiting
string git_auth_waiting_github
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1
0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1
0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 16 additions & 0 deletions core/gitauth/build/outputs/logs/manifest-merger-debug-report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
-- Merging decision tree log ---
manifest
ADDED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml:2:13-83
INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml:2:13-83
package
INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml
xmlns:android
ADDED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml:2:23-81
uses-sdk
INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml reason: use-sdk injection requested
INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml
INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml
android:targetSdkVersion
INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml
android:minSdkVersion
INJECTED from /home/null/AndroidStudioProjects/AndroidStudioLite/core/gitauth/build/intermediates/tmp/ProcessLibraryManifest/debug/tempAndroidManifest17749937484126237774.xml
Loading
Loading