11: Implement Linux RSS/Atom feed parser
This commit is contained in:
@@ -0,0 +1,182 @@
|
||||
<dependencies>
|
||||
<compile
|
||||
roots=":@@:::debug,org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22@jar,androidx.core:core-ktx:1.12.0@aar,androidx.room:room-common:2.6.1@jar,androidx.room:room-runtime:2.6.1@aar,androidx.room:room-ktx:2.6.1@aar,org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.22@jar,com.squareup.moshi:moshi-kotlin:1.15.0@jar,com.squareup.moshi:moshi:1.15.0@jar,com.squareup.okio:okio:2.10.0@jar,org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.1@jar,org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1@jar,org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22@jar,org.jetbrains.kotlin:kotlin-reflect:1.8.21@jar,androidx.core:core:1.12.0@aar,androidx.sqlite:sqlite-framework:2.4.0@aar,androidx.sqlite:sqlite:2.4.0@aar,androidx.lifecycle:lifecycle-runtime:2.3.1@aar,androidx.versionedparcelable:versionedparcelable:1.1.1@aar,androidx.lifecycle:lifecycle-common:2.3.1@jar,androidx.arch.core:core-common:2.2.0@jar,androidx.collection:collection:1.0.0@jar,androidx.annotation:annotation-jvm:1.6.0@jar,androidx.annotation:annotation-experimental:1.3.0@aar,org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22@jar,org.jetbrains.kotlin:kotlin-stdlib:1.9.22@jar,org.jetbrains:annotations:23.0.0@jar">
|
||||
<dependency
|
||||
name=":@@:::debug"
|
||||
simpleName=":RSSuper"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22@jar"
|
||||
simpleName="org.jetbrains.kotlin:kotlin-parcelize-runtime"/>
|
||||
<dependency
|
||||
name="androidx.core:core-ktx:1.12.0@aar"
|
||||
simpleName="androidx.core:core-ktx"/>
|
||||
<dependency
|
||||
name="androidx.room:room-common:2.6.1@jar"
|
||||
simpleName="androidx.room:room-common"/>
|
||||
<dependency
|
||||
name="androidx.room:room-runtime:2.6.1@aar"
|
||||
simpleName="androidx.room:room-runtime"/>
|
||||
<dependency
|
||||
name="androidx.room:room-ktx:2.6.1@aar"
|
||||
simpleName="androidx.room:room-ktx"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.22@jar"
|
||||
simpleName="org.jetbrains.kotlin:kotlin-android-extensions-runtime"/>
|
||||
<dependency
|
||||
name="com.squareup.moshi:moshi-kotlin:1.15.0@jar"
|
||||
simpleName="com.squareup.moshi:moshi-kotlin"/>
|
||||
<dependency
|
||||
name="com.squareup.moshi:moshi:1.15.0@jar"
|
||||
simpleName="com.squareup.moshi:moshi"/>
|
||||
<dependency
|
||||
name="com.squareup.okio:okio:2.10.0@jar"
|
||||
simpleName="com.squareup.okio:okio"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.1@jar"
|
||||
simpleName="org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1@jar"
|
||||
simpleName="org.jetbrains.kotlinx:kotlinx-coroutines-android"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22@jar"
|
||||
simpleName="org.jetbrains.kotlin:kotlin-stdlib-jdk8"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlin:kotlin-reflect:1.8.21@jar"
|
||||
simpleName="org.jetbrains.kotlin:kotlin-reflect"/>
|
||||
<dependency
|
||||
name="androidx.core:core:1.12.0@aar"
|
||||
simpleName="androidx.core:core"/>
|
||||
<dependency
|
||||
name="androidx.sqlite:sqlite-framework:2.4.0@aar"
|
||||
simpleName="androidx.sqlite:sqlite-framework"/>
|
||||
<dependency
|
||||
name="androidx.sqlite:sqlite:2.4.0@aar"
|
||||
simpleName="androidx.sqlite:sqlite"/>
|
||||
<dependency
|
||||
name="androidx.lifecycle:lifecycle-runtime:2.3.1@aar"
|
||||
simpleName="androidx.lifecycle:lifecycle-runtime"/>
|
||||
<dependency
|
||||
name="androidx.versionedparcelable:versionedparcelable:1.1.1@aar"
|
||||
simpleName="androidx.versionedparcelable:versionedparcelable"/>
|
||||
<dependency
|
||||
name="androidx.lifecycle:lifecycle-common:2.3.1@jar"
|
||||
simpleName="androidx.lifecycle:lifecycle-common"/>
|
||||
<dependency
|
||||
name="androidx.arch.core:core-common:2.2.0@jar"
|
||||
simpleName="androidx.arch.core:core-common"/>
|
||||
<dependency
|
||||
name="androidx.collection:collection:1.0.0@jar"
|
||||
simpleName="androidx.collection:collection"/>
|
||||
<dependency
|
||||
name="androidx.annotation:annotation-jvm:1.6.0@jar"
|
||||
simpleName="androidx.annotation:annotation-jvm"/>
|
||||
<dependency
|
||||
name="androidx.annotation:annotation-experimental:1.3.0@aar"
|
||||
simpleName="androidx.annotation:annotation-experimental"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22@jar"
|
||||
simpleName="org.jetbrains.kotlin:kotlin-stdlib-jdk7"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlin:kotlin-stdlib:1.9.22@jar"
|
||||
simpleName="org.jetbrains.kotlin:kotlin-stdlib"/>
|
||||
<dependency
|
||||
name="org.jetbrains:annotations:23.0.0@jar"
|
||||
simpleName="org.jetbrains:annotations"/>
|
||||
</compile>
|
||||
<package
|
||||
roots=":@@:::debug,org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22@jar,androidx.core:core:1.12.0@aar,androidx.core:core-ktx:1.12.0@aar,androidx.room:room-common:2.6.1@jar,androidx.room:room-runtime:2.6.1@aar,androidx.room:room-ktx:2.6.1@aar,org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.22@jar,androidx.sqlite:sqlite-framework:2.4.0@aar,androidx.sqlite:sqlite:2.4.0@aar,com.squareup.moshi:moshi-kotlin:1.15.0@jar,com.squareup.moshi:moshi:1.15.0@jar,com.squareup.okio:okio:2.10.0@jar,org.jetbrains.kotlin:kotlin-reflect:1.8.21@jar,androidx.annotation:annotation-experimental:1.3.0@aar,org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.1@jar,org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1@jar,org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22@jar,androidx.lifecycle:lifecycle-runtime:2.3.1@aar,androidx.arch.core:core-runtime:2.2.0@aar,androidx.versionedparcelable:versionedparcelable:1.1.1@aar,androidx.collection:collection:1.0.0@jar,androidx.concurrent:concurrent-futures:1.0.0@jar,androidx.interpolator:interpolator:1.0.0@aar,androidx.arch.core:core-common:2.2.0@jar,androidx.lifecycle:lifecycle-common:2.3.1@jar,androidx.annotation:annotation-jvm:1.6.0@jar,org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22@jar,org.jetbrains.kotlin:kotlin-stdlib:1.9.22@jar,org.jetbrains:annotations:23.0.0@jar,com.google.guava:listenablefuture:1.0@jar">
|
||||
<dependency
|
||||
name=":@@:::debug"
|
||||
simpleName=":RSSuper"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22@jar"
|
||||
simpleName="org.jetbrains.kotlin:kotlin-parcelize-runtime"/>
|
||||
<dependency
|
||||
name="androidx.core:core:1.12.0@aar"
|
||||
simpleName="androidx.core:core"/>
|
||||
<dependency
|
||||
name="androidx.core:core-ktx:1.12.0@aar"
|
||||
simpleName="androidx.core:core-ktx"/>
|
||||
<dependency
|
||||
name="androidx.room:room-common:2.6.1@jar"
|
||||
simpleName="androidx.room:room-common"/>
|
||||
<dependency
|
||||
name="androidx.room:room-runtime:2.6.1@aar"
|
||||
simpleName="androidx.room:room-runtime"/>
|
||||
<dependency
|
||||
name="androidx.room:room-ktx:2.6.1@aar"
|
||||
simpleName="androidx.room:room-ktx"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.22@jar"
|
||||
simpleName="org.jetbrains.kotlin:kotlin-android-extensions-runtime"/>
|
||||
<dependency
|
||||
name="androidx.sqlite:sqlite-framework:2.4.0@aar"
|
||||
simpleName="androidx.sqlite:sqlite-framework"/>
|
||||
<dependency
|
||||
name="androidx.sqlite:sqlite:2.4.0@aar"
|
||||
simpleName="androidx.sqlite:sqlite"/>
|
||||
<dependency
|
||||
name="com.squareup.moshi:moshi-kotlin:1.15.0@jar"
|
||||
simpleName="com.squareup.moshi:moshi-kotlin"/>
|
||||
<dependency
|
||||
name="com.squareup.moshi:moshi:1.15.0@jar"
|
||||
simpleName="com.squareup.moshi:moshi"/>
|
||||
<dependency
|
||||
name="com.squareup.okio:okio:2.10.0@jar"
|
||||
simpleName="com.squareup.okio:okio"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlin:kotlin-reflect:1.8.21@jar"
|
||||
simpleName="org.jetbrains.kotlin:kotlin-reflect"/>
|
||||
<dependency
|
||||
name="androidx.annotation:annotation-experimental:1.3.0@aar"
|
||||
simpleName="androidx.annotation:annotation-experimental"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.1@jar"
|
||||
simpleName="org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1@jar"
|
||||
simpleName="org.jetbrains.kotlinx:kotlinx-coroutines-android"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22@jar"
|
||||
simpleName="org.jetbrains.kotlin:kotlin-stdlib-jdk8"/>
|
||||
<dependency
|
||||
name="androidx.lifecycle:lifecycle-runtime:2.3.1@aar"
|
||||
simpleName="androidx.lifecycle:lifecycle-runtime"/>
|
||||
<dependency
|
||||
name="androidx.arch.core:core-runtime:2.2.0@aar"
|
||||
simpleName="androidx.arch.core:core-runtime"/>
|
||||
<dependency
|
||||
name="androidx.versionedparcelable:versionedparcelable:1.1.1@aar"
|
||||
simpleName="androidx.versionedparcelable:versionedparcelable"/>
|
||||
<dependency
|
||||
name="androidx.collection:collection:1.0.0@jar"
|
||||
simpleName="androidx.collection:collection"/>
|
||||
<dependency
|
||||
name="androidx.concurrent:concurrent-futures:1.0.0@jar"
|
||||
simpleName="androidx.concurrent:concurrent-futures"/>
|
||||
<dependency
|
||||
name="androidx.interpolator:interpolator:1.0.0@aar"
|
||||
simpleName="androidx.interpolator:interpolator"/>
|
||||
<dependency
|
||||
name="androidx.arch.core:core-common:2.2.0@jar"
|
||||
simpleName="androidx.arch.core:core-common"/>
|
||||
<dependency
|
||||
name="androidx.lifecycle:lifecycle-common:2.3.1@jar"
|
||||
simpleName="androidx.lifecycle:lifecycle-common"/>
|
||||
<dependency
|
||||
name="androidx.annotation:annotation-jvm:1.6.0@jar"
|
||||
simpleName="androidx.annotation:annotation-jvm"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22@jar"
|
||||
simpleName="org.jetbrains.kotlin:kotlin-stdlib-jdk7"/>
|
||||
<dependency
|
||||
name="org.jetbrains.kotlin:kotlin-stdlib:1.9.22@jar"
|
||||
simpleName="org.jetbrains.kotlin:kotlin-stdlib"/>
|
||||
<dependency
|
||||
name="org.jetbrains:annotations:23.0.0@jar"
|
||||
simpleName="org.jetbrains:annotations"/>
|
||||
<dependency
|
||||
name="com.google.guava:listenablefuture:1.0@jar"
|
||||
simpleName="com.google.guava:listenablefuture"/>
|
||||
</package>
|
||||
</dependencies>
|
||||
@@ -0,0 +1,234 @@
|
||||
<libraries>
|
||||
<library
|
||||
name=":@@:::debug"
|
||||
jars="/Users/mike/.gradle/caches/transforms-4/e4230b571d9eaf55ede878797f5e18fc/transformed/out/jars/classes.jar:/Users/mike/.gradle/caches/transforms-4/e4230b571d9eaf55ede878797f5e18fc/transformed/out/jars/libs/R.jar"
|
||||
resolved=":RSSuper:unspecified"
|
||||
folder="/Users/mike/.gradle/caches/transforms-4/e4230b571d9eaf55ede878797f5e18fc/transformed/out"
|
||||
manifest="AndroidManifest.xml"
|
||||
resFolder="res"
|
||||
assetsFolder="assets"
|
||||
lintJar="lint.jar"
|
||||
publicResources="public.txt"
|
||||
symbolFile="R.txt"
|
||||
externalAnnotations="annotations.zip"
|
||||
proguardRules="proguard.txt"/>
|
||||
<library
|
||||
name="org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-parcelize-runtime/1.9.22/de4a21d6560cadd035c69ba3af3ad1afecc95299/kotlin-parcelize-runtime-1.9.22.jar"
|
||||
resolved="org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22"/>
|
||||
<library
|
||||
name="androidx.core:core-ktx:1.12.0@aar"
|
||||
jars="/Users/mike/.gradle/caches/transforms-4/d3f6f6d21a494f7d24b6311369ccef96/transformed/jetified-core-ktx-1.12.0/jars/classes.jar"
|
||||
resolved="androidx.core:core-ktx:1.12.0"
|
||||
folder="/Users/mike/.gradle/caches/transforms-4/d3f6f6d21a494f7d24b6311369ccef96/transformed/jetified-core-ktx-1.12.0"
|
||||
manifest="AndroidManifest.xml"
|
||||
resFolder="res"
|
||||
assetsFolder="assets"
|
||||
lintJar="lint.jar"
|
||||
publicResources="public.txt"
|
||||
symbolFile="R.txt"
|
||||
externalAnnotations="annotations.zip"
|
||||
proguardRules="proguard.txt"/>
|
||||
<library
|
||||
name="androidx.room:room-common:2.6.1@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/androidx.room/room-common/2.6.1/ff1b9580850a9b7eef56554e356628d225785265/room-common-2.6.1.jar"
|
||||
resolved="androidx.room:room-common:2.6.1"/>
|
||||
<library
|
||||
name="androidx.room:room-runtime:2.6.1@aar"
|
||||
jars="/Users/mike/.gradle/caches/transforms-4/982954d8b1979af82d9d86dd90baad89/transformed/room-runtime-2.6.1/jars/classes.jar"
|
||||
resolved="androidx.room:room-runtime:2.6.1"
|
||||
folder="/Users/mike/.gradle/caches/transforms-4/982954d8b1979af82d9d86dd90baad89/transformed/room-runtime-2.6.1"
|
||||
manifest="AndroidManifest.xml"
|
||||
resFolder="res"
|
||||
assetsFolder="assets"
|
||||
lintJar="lint.jar"
|
||||
publicResources="public.txt"
|
||||
symbolFile="R.txt"
|
||||
externalAnnotations="annotations.zip"
|
||||
proguardRules="proguard.txt"/>
|
||||
<library
|
||||
name="androidx.room:room-ktx:2.6.1@aar"
|
||||
jars="/Users/mike/.gradle/caches/transforms-4/1576f35cd606697a3863d0f0d9cd89dc/transformed/jetified-room-ktx-2.6.1/jars/classes.jar"
|
||||
resolved="androidx.room:room-ktx:2.6.1"
|
||||
folder="/Users/mike/.gradle/caches/transforms-4/1576f35cd606697a3863d0f0d9cd89dc/transformed/jetified-room-ktx-2.6.1"
|
||||
manifest="AndroidManifest.xml"
|
||||
resFolder="res"
|
||||
assetsFolder="assets"
|
||||
lintJar="lint.jar"
|
||||
publicResources="public.txt"
|
||||
symbolFile="R.txt"
|
||||
externalAnnotations="annotations.zip"
|
||||
proguardRules="proguard.txt"/>
|
||||
<library
|
||||
name="org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.22@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-android-extensions-runtime/1.9.22/ee3bc0c3b55cb516ac92d6a093e1b939166b86a2/kotlin-android-extensions-runtime-1.9.22.jar"
|
||||
resolved="org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.22"/>
|
||||
<library
|
||||
name="com.squareup.moshi:moshi-kotlin:1.15.0@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/com.squareup.moshi/moshi-kotlin/1.15.0/b923ca20f795285c15fa469856894d8619862d77/moshi-kotlin-1.15.0.jar"
|
||||
resolved="com.squareup.moshi:moshi-kotlin:1.15.0"/>
|
||||
<library
|
||||
name="com.squareup.moshi:moshi:1.15.0@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/com.squareup.moshi/moshi/1.15.0/bfefc77019c04fb3e1ad94abb0a2c141a78bbbd8/moshi-1.15.0.jar"
|
||||
resolved="com.squareup.moshi:moshi:1.15.0"/>
|
||||
<library
|
||||
name="com.squareup.okio:okio:2.10.0@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/2.10.0/accaddddbb597fb70290fd40358b1ce66b8c2b3d/okio-jvm-2.10.0.jar"
|
||||
resolved="com.squareup.okio:okio:2.10.0"/>
|
||||
<library
|
||||
name="org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.1@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm/1.7.1/63a0779cf668e2a47d13fda7c3b0c4f8dc7762f4/kotlinx-coroutines-core-jvm-1.7.1.jar"
|
||||
resolved="org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.1"/>
|
||||
<library
|
||||
name="org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-android/1.7.1/c2d86b569f10b7fc7e28d3f50c0eed97897d77a7/kotlinx-coroutines-android-1.7.1.jar"
|
||||
resolved="org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1"/>
|
||||
<library
|
||||
name="org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.8.22/b25c86d47d6b962b9cf0f8c3f320c8a10eea3dd1/kotlin-stdlib-jdk8-1.8.22.jar"
|
||||
resolved="org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22"/>
|
||||
<library
|
||||
name="org.jetbrains.kotlin:kotlin-reflect:1.8.21@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-reflect/1.8.21/662838019bc1141f8a311180d93b9e13765c7f55/kotlin-reflect-1.8.21.jar"
|
||||
resolved="org.jetbrains.kotlin:kotlin-reflect:1.8.21"/>
|
||||
<library
|
||||
name="androidx.core:core:1.12.0@aar"
|
||||
jars="/Users/mike/.gradle/caches/transforms-4/8b3e9d20a8b770a8d6cd4f0ac628f1c2/transformed/core-1.12.0/jars/classes.jar"
|
||||
resolved="androidx.core:core:1.12.0"
|
||||
folder="/Users/mike/.gradle/caches/transforms-4/8b3e9d20a8b770a8d6cd4f0ac628f1c2/transformed/core-1.12.0"
|
||||
manifest="AndroidManifest.xml"
|
||||
resFolder="res"
|
||||
assetsFolder="assets"
|
||||
lintJar="lint.jar"
|
||||
publicResources="public.txt"
|
||||
symbolFile="R.txt"
|
||||
externalAnnotations="annotations.zip"
|
||||
proguardRules="proguard.txt"/>
|
||||
<library
|
||||
name="androidx.sqlite:sqlite-framework:2.4.0@aar"
|
||||
jars="/Users/mike/.gradle/caches/transforms-4/ccaa5f46cf6e1cb3b5b735d2f03bd784/transformed/sqlite-framework-2.4.0/jars/classes.jar"
|
||||
resolved="androidx.sqlite:sqlite-framework:2.4.0"
|
||||
folder="/Users/mike/.gradle/caches/transforms-4/ccaa5f46cf6e1cb3b5b735d2f03bd784/transformed/sqlite-framework-2.4.0"
|
||||
manifest="AndroidManifest.xml"
|
||||
resFolder="res"
|
||||
assetsFolder="assets"
|
||||
lintJar="lint.jar"
|
||||
publicResources="public.txt"
|
||||
symbolFile="R.txt"
|
||||
externalAnnotations="annotations.zip"
|
||||
proguardRules="proguard.txt"/>
|
||||
<library
|
||||
name="androidx.sqlite:sqlite:2.4.0@aar"
|
||||
jars="/Users/mike/.gradle/caches/transforms-4/d02da2075ed624d5b196a35cb237036b/transformed/sqlite-2.4.0/jars/classes.jar"
|
||||
resolved="androidx.sqlite:sqlite:2.4.0"
|
||||
folder="/Users/mike/.gradle/caches/transforms-4/d02da2075ed624d5b196a35cb237036b/transformed/sqlite-2.4.0"
|
||||
manifest="AndroidManifest.xml"
|
||||
resFolder="res"
|
||||
assetsFolder="assets"
|
||||
lintJar="lint.jar"
|
||||
publicResources="public.txt"
|
||||
symbolFile="R.txt"
|
||||
externalAnnotations="annotations.zip"
|
||||
proguardRules="proguard.txt"/>
|
||||
<library
|
||||
name="androidx.lifecycle:lifecycle-runtime:2.3.1@aar"
|
||||
jars="/Users/mike/.gradle/caches/transforms-4/881692c68b9cd05d68500abf7708c1ba/transformed/lifecycle-runtime-2.3.1/jars/classes.jar"
|
||||
resolved="androidx.lifecycle:lifecycle-runtime:2.3.1"
|
||||
folder="/Users/mike/.gradle/caches/transforms-4/881692c68b9cd05d68500abf7708c1ba/transformed/lifecycle-runtime-2.3.1"
|
||||
manifest="AndroidManifest.xml"
|
||||
resFolder="res"
|
||||
assetsFolder="assets"
|
||||
lintJar="lint.jar"
|
||||
publicResources="public.txt"
|
||||
symbolFile="R.txt"
|
||||
externalAnnotations="annotations.zip"
|
||||
proguardRules="proguard.txt"/>
|
||||
<library
|
||||
name="androidx.versionedparcelable:versionedparcelable:1.1.1@aar"
|
||||
jars="/Users/mike/.gradle/caches/transforms-4/2572d1d7a43f69b9d6a3dbc01c64f8d6/transformed/versionedparcelable-1.1.1/jars/classes.jar"
|
||||
resolved="androidx.versionedparcelable:versionedparcelable:1.1.1"
|
||||
folder="/Users/mike/.gradle/caches/transforms-4/2572d1d7a43f69b9d6a3dbc01c64f8d6/transformed/versionedparcelable-1.1.1"
|
||||
manifest="AndroidManifest.xml"
|
||||
resFolder="res"
|
||||
assetsFolder="assets"
|
||||
lintJar="lint.jar"
|
||||
publicResources="public.txt"
|
||||
symbolFile="R.txt"
|
||||
externalAnnotations="annotations.zip"
|
||||
proguardRules="proguard.txt"/>
|
||||
<library
|
||||
name="androidx.lifecycle:lifecycle-common:2.3.1@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/androidx.lifecycle/lifecycle-common/2.3.1/fc466261d52f4433863642fb40d12441ae274a98/lifecycle-common-2.3.1.jar"
|
||||
resolved="androidx.lifecycle:lifecycle-common:2.3.1"/>
|
||||
<library
|
||||
name="androidx.arch.core:core-common:2.2.0@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/androidx.arch.core/core-common/2.2.0/5e1b8b81dfd5f52c56a8d53b18ca759c19a301f3/core-common-2.2.0.jar"
|
||||
resolved="androidx.arch.core:core-common:2.2.0"/>
|
||||
<library
|
||||
name="androidx.collection:collection:1.0.0@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/androidx.collection/collection/1.0.0/42858b26cafdaa69b6149f45dfc2894007bc2c7a/collection-1.0.0.jar"
|
||||
resolved="androidx.collection:collection:1.0.0"/>
|
||||
<library
|
||||
name="androidx.annotation:annotation-jvm:1.6.0@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/androidx.annotation/annotation-jvm/1.6.0/a7257339a052df0f91433cf9651231bbb802b502/annotation-jvm-1.6.0.jar"
|
||||
resolved="androidx.annotation:annotation-jvm:1.6.0"/>
|
||||
<library
|
||||
name="androidx.annotation:annotation-experimental:1.3.0@aar"
|
||||
jars="/Users/mike/.gradle/caches/transforms-4/bb620f8355a002f7e398d6daa44a37dc/transformed/jetified-annotation-experimental-1.3.0/jars/classes.jar"
|
||||
resolved="androidx.annotation:annotation-experimental:1.3.0"
|
||||
folder="/Users/mike/.gradle/caches/transforms-4/bb620f8355a002f7e398d6daa44a37dc/transformed/jetified-annotation-experimental-1.3.0"
|
||||
manifest="AndroidManifest.xml"
|
||||
resFolder="res"
|
||||
assetsFolder="assets"
|
||||
lintJar="lint.jar"
|
||||
publicResources="public.txt"
|
||||
symbolFile="R.txt"
|
||||
externalAnnotations="annotations.zip"
|
||||
proguardRules="proguard.txt"/>
|
||||
<library
|
||||
name="org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.8.22/4dabb8248310d833bb6a8b516024a91fd3d275c/kotlin-stdlib-jdk7-1.8.22.jar"
|
||||
resolved="org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22"/>
|
||||
<library
|
||||
name="org.jetbrains.kotlin:kotlin-stdlib:1.9.22@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.9.22/d6c44cd08d8f3f9bece8101216dbe6553365c6e3/kotlin-stdlib-1.9.22.jar"
|
||||
resolved="org.jetbrains.kotlin:kotlin-stdlib:1.9.22"/>
|
||||
<library
|
||||
name="org.jetbrains:annotations:23.0.0@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations/23.0.0/8cc20c07506ec18e0834947b84a864bfc094484e/annotations-23.0.0.jar"
|
||||
resolved="org.jetbrains:annotations:23.0.0"/>
|
||||
<library
|
||||
name="androidx.arch.core:core-runtime:2.2.0@aar"
|
||||
jars="/Users/mike/.gradle/caches/transforms-4/0f1614bfd7218f7cc8b3806243bc25eb/transformed/core-runtime-2.2.0/jars/classes.jar"
|
||||
resolved="androidx.arch.core:core-runtime:2.2.0"
|
||||
folder="/Users/mike/.gradle/caches/transforms-4/0f1614bfd7218f7cc8b3806243bc25eb/transformed/core-runtime-2.2.0"
|
||||
manifest="AndroidManifest.xml"
|
||||
resFolder="res"
|
||||
assetsFolder="assets"
|
||||
lintJar="lint.jar"
|
||||
publicResources="public.txt"
|
||||
symbolFile="R.txt"
|
||||
externalAnnotations="annotations.zip"
|
||||
proguardRules="proguard.txt"/>
|
||||
<library
|
||||
name="androidx.concurrent:concurrent-futures:1.0.0@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/androidx.concurrent/concurrent-futures/1.0.0/c1e77e3ee6f4643b77496a1ddf7a2eef1aefdaa1/concurrent-futures-1.0.0.jar"
|
||||
resolved="androidx.concurrent:concurrent-futures:1.0.0"/>
|
||||
<library
|
||||
name="androidx.interpolator:interpolator:1.0.0@aar"
|
||||
jars="/Users/mike/.gradle/caches/transforms-4/435fda8374dbaa4b6b90aefd02c6f0f0/transformed/interpolator-1.0.0/jars/classes.jar"
|
||||
resolved="androidx.interpolator:interpolator:1.0.0"
|
||||
folder="/Users/mike/.gradle/caches/transforms-4/435fda8374dbaa4b6b90aefd02c6f0f0/transformed/interpolator-1.0.0"
|
||||
manifest="AndroidManifest.xml"
|
||||
resFolder="res"
|
||||
assetsFolder="assets"
|
||||
lintJar="lint.jar"
|
||||
publicResources="public.txt"
|
||||
symbolFile="R.txt"
|
||||
externalAnnotations="annotations.zip"
|
||||
proguardRules="proguard.txt"/>
|
||||
<library
|
||||
name="com.google.guava:listenablefuture:1.0@jar"
|
||||
jars="/Users/mike/.gradle/caches/modules-2/files-2.1/com.google.guava/listenablefuture/1.0/c949a840a6acbc5268d088e47b04177bf90b3cad/listenablefuture-1.0.jar"
|
||||
resolved="com.google.guava:listenablefuture:1.0"/>
|
||||
</libraries>
|
||||
@@ -0,0 +1,31 @@
|
||||
<variant
|
||||
name="debug"
|
||||
package="com.rssuper"
|
||||
minSdkVersion="24"
|
||||
targetSdkVersion="24"
|
||||
debuggable="true"
|
||||
mergedManifest="build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml"
|
||||
partialResultsDir="build/intermediates/android_test_lint_partial_results/debug/lintAnalyzeDebugAndroidTest/out"
|
||||
desugaredMethodsFiles="/Users/mike/.gradle/caches/transforms-4/f806fe1039f70db8824f1ac0cca28d04/transformed/desugar_jdk_libs_configuration-2.0.4-desugar-lint.txt:/Users/mike/.gradle/caches/transforms-4/7499c685d36850adf499fc88b68ca7d6/transformed/D8BackportedDesugaredMethods.txt">
|
||||
<buildFeatures
|
||||
coreLibraryDesugaring="true"
|
||||
namespacing="REQUIRED"/>
|
||||
<sourceProviders>
|
||||
</sourceProviders>
|
||||
<testSourceProviders>
|
||||
<sourceProvider
|
||||
manifests="src/androidTest/AndroidManifest.xml"
|
||||
javaDirectories="src/androidTest/java:src/androidTestDebug/java:src/androidTest/kotlin:src/androidTestDebug/kotlin"
|
||||
resDirectories="src/androidTest/res:src/androidTestDebug/res"
|
||||
assetsDirectories="src/androidTest/assets:src/androidTestDebug/assets"
|
||||
androidTest="true"/>
|
||||
</testSourceProviders>
|
||||
<testFixturesSourceProviders>
|
||||
</testFixturesSourceProviders>
|
||||
<artifact
|
||||
type="INSTRUMENTATION_TEST"
|
||||
applicationId="com.rssuper.test"
|
||||
generatedResourceFolders="build/generated/res/resValues/androidTest/debug"
|
||||
desugaredMethodsFiles="/Users/mike/.gradle/caches/transforms-4/f806fe1039f70db8824f1ac0cca28d04/transformed/desugar_jdk_libs_configuration-2.0.4-desugar-lint.txt:/Users/mike/.gradle/caches/transforms-4/7499c685d36850adf499fc88b68ca7d6/transformed/D8BackportedDesugaredMethods.txt">
|
||||
</artifact>
|
||||
</variant>
|
||||
@@ -0,0 +1,19 @@
|
||||
<lint-module
|
||||
format="1"
|
||||
dir="/Users/mike/Code/RSSuper/native-route/android"
|
||||
name=":"
|
||||
type="LIBRARY"
|
||||
maven=":RSSuper:unspecified"
|
||||
agpVersion="8.5.0"
|
||||
buildFolder="build"
|
||||
bootClassPath="/Users/mike/Library/Android/sdk/platforms/android-34/android.jar:/Users/mike/Library/Android/sdk/build-tools/34.0.0/core-lambda-stubs.jar"
|
||||
javaSourceLevel="17"
|
||||
compileTarget="android-34"
|
||||
neverShrinking="true">
|
||||
<lintOptions
|
||||
abortOnError="true"
|
||||
absolutePaths="true"
|
||||
checkReleaseBuilds="true"
|
||||
explainIssues="true"/>
|
||||
<variant name="debug"/>
|
||||
</lint-module>
|
||||
Reference in New Issue
Block a user