Skip to content

Commit

Permalink
Force update Objenesis version from 2.2->2.3 to fix warning on
Browse files Browse the repository at this point in the history
instantiating classes on Android N+
  • Loading branch information
pilgr committed May 26, 2017
1 parent 4fdd1f1 commit a090a23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions paperdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ afterEvaluate {
dependencies {
compile 'com.esotericsoftware:kryo:4.0.0'
compile 'de.javakaffee:kryo-serializers:0.40'
// Force update Objenesis version from 2.2->2.3 to fix warning on instantiating
// class on Android N+. Originally Kryo 4.0.0 depends on objenesis 2.2.
// https://github.com/pilgr/Paper/issues/58
compile 'org.objenesis:objenesis:2.3'

androidTestCompile 'com.orhanobut:hawk:1.14'
androidTestCompile 'com.android.support.test:runner:0.5'
Expand Down

0 comments on commit a090a23

Please sign in to comment.