File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
clients/google-api-services-androidenterprise
com/google/api/services/androidenterprise Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
"maven" : {
3
3
"groupId" : " com.google.apis" ,
4
4
"artifactId" : " google-api-services-androidenterprise" ,
5
- "version" : " v1-rev20200129-1.30.8 "
5
+ "version" : " v1-rev20200129-1.30.9 "
6
6
}
7
7
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-androidenterprise</artifactId >
25
- <version >v1-rev20200129-1.30.8 </version >
25
+ <version >v1-rev20200129-1.30.9 </version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- compile 'com.google.apis:google-api-services-androidenterprise:v1-rev20200129-1.30.8 '
38
+ compile 'com.google.apis:google-api-services-androidenterprise:v1-rev20200129-1.30.9 '
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public class AndroidEnterprise extends com.google.api.client.googleapis.services
46
46
com .google .api .client .googleapis .GoogleUtils .MINOR_VERSION >= 15 ,
47
47
"You are currently running with version %s of google-api-client. " +
48
48
"You need at least version 1.15 of google-api-client to run version " +
49
- "1.30.8 of the Google Play EMM API library." , com .google .api .client .googleapis .GoogleUtils .VERSION );
49
+ "1.30.9 of the Google Play EMM API library." , com .google .api .client .googleapis .GoogleUtils .VERSION );
50
50
}
51
51
52
52
/**
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-androidenterprise</artifactId >
11
- <version >v1-rev20200129-1.30.8 </version >
12
- <name >Google Play EMM API v1-rev20200129-1.30.8 </name >
11
+ <version >v1-rev20200129-1.30.9 </version >
12
+ <name >Google Play EMM API v1-rev20200129-1.30.9 </name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
90
90
<windowtitle >Google Play EMM API ${project.version} </windowtitle >
91
91
<links >
92
92
<link >http://docs.oracle.com/javase/7/docs/api</link >
93
- <link >https://googleapis.dev/java/google-http-client/1.34.1 /</link >
93
+ <link >https://googleapis.dev/java/google-http-client/1.34.2 /</link >
94
94
<link >https://googleapis.dev/java/google-oauth-client/1.30.5/</link >
95
- <link >https://googleapis.dev/java/google-api-client/1.30.8 /</link >
95
+ <link >https://googleapis.dev/java/google-api-client/1.30.9 /</link >
96
96
</links >
97
97
</configuration >
98
98
</plugin >
125
125
<dependency >
126
126
<groupId >com.google.api-client</groupId >
127
127
<artifactId >google-api-client</artifactId >
128
- <version >1.30.8 </version >
128
+ <version >1.30.9 </version >
129
129
</dependency >
130
130
</dependencies >
131
131
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-androidenterprise</artifactId >
25
- <version >v1-rev20200129-1.30.8 </version >
25
+ <version >v1-rev20200129-1.30.9 </version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- compile 'com.google.apis:google-api-services-androidenterprise:v1-rev20200129-1.30.8 '
38
+ compile 'com.google.apis:google-api-services-androidenterprise:v1-rev20200129-1.30.9 '
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments