123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>com.tencent.luggage</groupId>
- <artifactId>wxa-standalone-open-runtime-SaaA-plugin-sdk</artifactId>
- <version>1.0.3</version>
- <packaging>aar</packaging>
- <licenses>
- <license>
- <name>BSD License</name>
- <url>https://opensource.org/licenses/BSD-3-Clause</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <dependencies>
- <dependency>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- <version>13.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-android-extensions-runtime</artifactId>
- <version>1.3.72</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-reflect</artifactId>
- <version>1.3.72</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-script-runtime</artifactId>
- <version>1.3.72</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-stdlib</artifactId>
- <version>1.3.72</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-stdlib-common</artifactId>
- <version>1.3.72</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlinx</groupId>
- <artifactId>kotlinx-coroutines-core</artifactId>
- <version>1.3.4</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlinx</groupId>
- <artifactId>kotlinx-coroutines-android</artifactId>
- <version>1.3.4</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.google.protobuf</groupId>
- <artifactId>protobuf-javalite</artifactId>
- <version>3.11.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.google.android.material</groupId>
- <artifactId>material</artifactId>
- <version>1.0.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.annotation</groupId>
- <artifactId>annotation</artifactId>
- <version>1.2.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.appcompat</groupId>
- <artifactId>appcompat</artifactId>
- <version>1.1.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.arch.core</groupId>
- <artifactId>core-common</artifactId>
- <version>2.1.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.arch.core</groupId>
- <artifactId>core-runtime</artifactId>
- <version>2.1.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.collection</groupId>
- <artifactId>collection</artifactId>
- <version>1.1.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.constraintlayout</groupId>
- <artifactId>constraintlayout</artifactId>
- <version>1.1.3</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.constraintlayout</groupId>
- <artifactId>constraintlayout-solver</artifactId>
- <version>1.1.3</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.core</groupId>
- <artifactId>core</artifactId>
- <version>1.3.2</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.exifinterface</groupId>
- <artifactId>exifinterface</artifactId>
- <version>1.1.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.fragment</groupId>
- <artifactId>fragment</artifactId>
- <version>1.3.6</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.legacy</groupId>
- <artifactId>legacy-support-core-ui</artifactId>
- <version>1.0.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.legacy</groupId>
- <artifactId>legacy-support-core-utils</artifactId>
- <version>1.0.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.lifecycle</groupId>
- <artifactId>lifecycle-common</artifactId>
- <version>2.3.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.lifecycle</groupId>
- <artifactId>lifecycle-livedata</artifactId>
- <version>2.0.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.lifecycle</groupId>
- <artifactId>lifecycle-livedata-core</artifactId>
- <version>2.0.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.lifecycle</groupId>
- <artifactId>lifecycle-runtime</artifactId>
- <version>2.3.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.lifecycle</groupId>
- <artifactId>lifecycle-viewmodel</artifactId>
- <version>2.3.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.multidex</groupId>
- <artifactId>multidex</artifactId>
- <version>2.0.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.recyclerview</groupId>
- <artifactId>recyclerview</artifactId>
- <version>1.2.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.viewpager</groupId>
- <artifactId>viewpager</artifactId>
- <version>1.0.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>androidx.viewpager2</groupId>
- <artifactId>viewpager2</artifactId>
- <version>1.0.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jooq</groupId>
- <artifactId>joor-java-6</artifactId>
- <version>0.9.7</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>2.6</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
- <version>3.12.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.squareup.okio</groupId>
- <artifactId>okio</artifactId>
- <version>1.15.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.github.bumptech.glide</groupId>
- <artifactId>glide</artifactId>
- <version>4.10.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>io.reactivex</groupId>
- <artifactId>rxjava</artifactId>
- <version>1.1.7</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.tencent.wcdb</groupId>
- <artifactId>wcdb-android</artifactId>
- <version>1.1-19</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.tencent</groupId>
- <artifactId>mmkv-static</artifactId>
- <version>1.2.11</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.tencent.mm.opensdk</groupId>
- <artifactId>wechat-sdk-android-without-mta</artifactId>
- <version>6.7.9</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.makeramen</groupId>
- <artifactId>roundedimageview</artifactId>
- <version>2.3.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlinx</groupId>
- <artifactId>kotlinx-serialization-runtime</artifactId>
- <version>0.20.0</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
- </project>
|