Skip to content

1.15.0

Compare
Choose a tag to compare
@rogerhu rogerhu released this 18 Apr 06:17
· 328 commits to master since this release
  • Switch default packaging to AAR

  • OkHttp Builder Exposed for REST and AWS thanks to @Jawnnypoo (#628)

Parse.Configuration config = new Parse.Configuration.Builder(context)
      .clientBuilder(new OkHttpClient.Builder())
      .build();

See 1.14.1...1.15.0 for full changelog