forked from loafle/openapi-generator-original
update android dependencies to newer versions (#12421)
This commit is contained in:
parent
e0bd2440f1
commit
8804ba50ed
@ -34,11 +34,11 @@ apply plugin: 'com.github.dcendents.android-maven'
|
||||
{{/useAndroidMavenGradlePlugin}}
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion '28.0.3'
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
targetSdkVersion 26
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
@ -63,10 +63,10 @@ android {
|
||||
}
|
||||
|
||||
ext {
|
||||
swagger_annotations_version = "1.6.2"
|
||||
gson_version = "2.8.6"
|
||||
swagger_annotations_version = "1.6.6"
|
||||
gson_version = "2.8.9"
|
||||
httpmime_version = "4.5.13"
|
||||
volley_version = "1.2.0"
|
||||
volley_version = "1.2.1"
|
||||
junit_version = "4.13.2"
|
||||
robolectric_version = "4.5.1"
|
||||
concurrent_unit_version = "0.4.6"
|
||||
|
@ -28,8 +28,8 @@
|
||||
<version>${google-code-gson-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.mcxiaoke.volley</groupId>
|
||||
<artifactId>library</artifactId>
|
||||
<groupId>com.android.volley</groupId>
|
||||
<artifactId>volley</artifactId>
|
||||
<version>${volley-library-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -53,10 +53,10 @@
|
||||
</build>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<swagger-annotations-version>1.5.8</swagger-annotations-version>
|
||||
<httpcomponents-httpmime-version>4.5.2</httpcomponents-httpmime-version>
|
||||
<google-code-gson-version>2.6.2</google-code-gson-version>
|
||||
<volley-library-version>1.0.19</volley-library-version>
|
||||
<swagger-annotations-version>1.6.6</swagger-annotations-version>
|
||||
<httpcomponents-httpmime-version>4.5.13</httpcomponents-httpmime-version>
|
||||
<google-code-gson-version>2.8.9</google-code-gson-version>
|
||||
<volley-library-version>1.2.1</volley-library-version>
|
||||
<android-platform-version>4.1.1.4</android-platform-version>
|
||||
</properties>
|
||||
</project>
|
||||
|
@ -28,11 +28,11 @@ apply plugin: 'com.android.library'
|
||||
apply plugin: 'com.github.dcendents.android-maven'
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion '28.0.3'
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
targetSdkVersion 26
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
@ -57,10 +57,10 @@ android {
|
||||
}
|
||||
|
||||
ext {
|
||||
swagger_annotations_version = "1.6.2"
|
||||
gson_version = "2.8.6"
|
||||
swagger_annotations_version = "1.6.6"
|
||||
gson_version = "2.8.9"
|
||||
httpmime_version = "4.5.13"
|
||||
volley_version = "1.2.0"
|
||||
volley_version = "1.2.1"
|
||||
junit_version = "4.13.2"
|
||||
robolectric_version = "4.5.1"
|
||||
concurrent_unit_version = "0.4.6"
|
||||
|
@ -28,8 +28,8 @@
|
||||
<version>${google-code-gson-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.mcxiaoke.volley</groupId>
|
||||
<artifactId>library</artifactId>
|
||||
<groupId>com.android.volley</groupId>
|
||||
<artifactId>volley</artifactId>
|
||||
<version>${volley-library-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -52,10 +52,11 @@
|
||||
</plugins>
|
||||
</build>
|
||||
<properties>
|
||||
<swagger-annotations-version>1.5.8</swagger-annotations-version>
|
||||
<httpcomponents-httpmime-version>4.5.2</httpcomponents-httpmime-version>
|
||||
<google-code-gson-version>2.6.2</google-code-gson-version>
|
||||
<volley-library-version>1.0.19</volley-library-version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<swagger-annotations-version>1.6.6</swagger-annotations-version>
|
||||
<httpcomponents-httpmime-version>4.5.13</httpcomponents-httpmime-version>
|
||||
<google-code-gson-version>2.8.9</google-code-gson-version>
|
||||
<volley-library-version>1.2.1</volley-library-version>
|
||||
<android-platform-version>4.1.1.4</android-platform-version>
|
||||
</properties>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user