com.amplifyframework.apollo.appsync.util.PackageInfo.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-appsync Show documentation
Show all versions of apollo-appsync Show documentation
Allows Apollo to connect to AppSync
The newest version!
package com.amplifyframework.apollo.appsync.util
internal object PackageInfo {
const val version = "1.1.0"
}