Android tutorials: 'compile' and 'testCompile' configurations are deprecated
authorH1Gdev <h1g.z.ouroboros+github@gmail.com>
Fri, 7 Sep 2018 02:40:44 +0000 (11:40 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 7 Sep 2018 08:49:01 +0000 (11:49 +0300)
commit23b989838d6cbd8e46ccc8c7262f829f2d62d431
tree14c9f694b412cb3253fd1e6897c7abfa3f9aae72
parent20d9fe541ca0d50a595e15236d9452c0c087da96
Android tutorials: 'compile' and 'testCompile' configurations are deprecated

Replace new configuration.
- 'compile' -> 'implementation'
- 'testCompile' -> 'testImplementation'

https://bugzilla.gnome.org/show_bug.cgi?id=797093
examples/tutorials/android/android-tutorial-1/build.gradle
examples/tutorials/android/android-tutorial-2/build.gradle
examples/tutorials/android/android-tutorial-3/build.gradle
examples/tutorials/android/android-tutorial-4/build.gradle
examples/tutorials/android/android-tutorial-5/build.gradle