Commit graph

7 commits

Author SHA1 Message Date
H1Gdev
dc245b1587 Android tutorials: Fix compile warnings
https://bugzilla.gnome.org/show_bug.cgi?id=797170
2018-09-19 12:32:53 +03:00
H1Gdev
23b989838d Android tutorials: 'compile' and 'testCompile' configurations are deprecated
Replace new configuration.
- 'compile' -> 'implementation'
- 'testCompile' -> 'testImplementation'

https://bugzilla.gnome.org/show_bug.cgi?id=797093
2018-09-07 11:49:01 +03:00
H1Gdev
20d9fe541c Android tutorials: Run 'android-tutorial-1' error on Android Studio
If Run 'android-tutorial-1' on Android Studio then property 'compileReleaseJavaWithJavac' does not exist.
So add property 'compileReleaseJavaWithJavac' check.

Fix android-tutorial-1 - android-tutorial-5.

https://bugzilla.gnome.org/show_bug.cgi?id=797070

and Replace indent from tab to space.
2018-09-07 11:48:51 +03:00
Sebastian Dröge
5734224b1e Re-namespace Android tutorials for consistency 2018-08-31 10:13:00 +03:00
H1Gdev
af2bcb3572 Android tutorials: Android tutorial 3: Correspond to package name
https://bugzilla.gnome.org/show_bug.cgi?id=797057
2018-08-31 10:13:00 +03:00
Mathieu Duponchelle
82dd7c3215 Android tutorials: add gradle build system
https://bugzilla.gnome.org/show_bug.cgi?id=796570
2018-06-14 17:25:18 +02:00
Mathieu Duponchelle
225c23f1fa Android tutorials: add android top-level folder
This in preparation for the next commit, adding gradle as a
build system

https://bugzilla.gnome.org/show_bug.cgi?id=796570
2018-06-14 17:25:18 +02:00