Bump backend versions

This commit is contained in:
ligi 2020-02-16 06:23:25 +01:00
parent a7b1acb57b
commit a759829497
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D

View file

@ -19,9 +19,9 @@ sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
dependencies {
implementation 'com.google.appengine:appengine-endpoints:1.9.59'
implementation 'com.google.appengine:appengine-endpoints-deps:1.9.59'
implementation 'com.google.appengine:appengine-endpoints:1.9.78'
implementation 'com.google.appengine:appengine-endpoints-deps:1.9.78'
implementation 'javax.servlet:javax.servlet-api:4.0.1'
implementation 'com.googlecode.objectify:objectify:4.1.3'
implementation 'com.googlecode.objectify:objectify:6.0.6'
implementation 'com.ganyo:gcm-server:1.1.0'
}