Commit Graph

42 Commits

Author SHA1 Message Date
9a33fd3f7f Android: update dependencies 2021-07-25 16:23:18 -04:00
ac77f8207e Android: bump gradle & dependencies version
jecenter() is EOL, so swap that out with mavenCentral()
2021-05-10 12:35:50 +02:00
8f2a2f3cda Android: Update Gradle Plugin to 4.1.1 2021-01-15 19:53:08 -05:00
200f8906d8 Enable support for Java 8 API desugaring. 2020-10-06 09:08:23 +05:30
345152b148 Android: update to Gradle 3.5.3 2019-12-06 12:13:53 -05:00
2d1f32efb4 Bumps compile API to 29 (Q) removes unecessary casts and deprecated
calls
2019-11-22 13:17:37 -03:00
7dc0732a22 Gradle 3.5.2 2019-11-08 02:33:28 -05:00
68450fc1d9 Android Studio 3.5.1 Updates 2019-10-02 21:10:16 -04:00
1ee2234e44 Android Studio 3.5 Updates 2019-08-21 14:43:00 -04:00
f0e6527f3e Android Studio 3.3.1 Updates 2019-02-18 10:32:57 -05:00
66598f6c8d Android Studio 3.2.1 recommended updates 2018-11-02 13:04:14 -04:00
4a6d9f7b6a Update Android Gradle Plugin 2018-08-14 07:40:25 -04:00
569454c961 Update Android Gradle to 3.1.3 2018-06-07 22:15:11 -04:00
dad9c87d8c Update Android Gradle Plugin 2018-06-04 13:22:37 -04:00
b00c29b70d Update Android Gradle Plugin 2018-04-17 16:54:14 -04:00
00db87e304 Android: Updates for Android Studio 3.1 2018-03-28 16:38:22 -04:00
765b20cc7a Update the Android Gradle plugin to version 3.0.1 2018-01-21 17:29:34 -05:00
cf57e90986 Android: Update dependencies to use new format 2017-10-27 13:06:48 -04:00
faad9ea5ab Android: Update gradle version 2017-10-26 20:59:18 -04:00
9407d9ee0b Bump compile SDK and buildtools version to 26 (Oreo).
Bump the support lib version to 26. This allows for using property
animators (R.animator) in FragmentTransaction.setCustomAnimations.

Add the google maven repo, as from support lib 26 onwards, they're only
publishing it in there.

Bump the gradle version while we're at it, keep Android Studio quiet.
2017-10-15 16:44:56 -07:00
6b704f5059 Update to latest libraries, use correct version name 2017-05-04 17:13:30 +10:00
a3f79f88cd Android: Update android studio + gradle.
Android studio 2.3 finally displays the result of the native compilation, so C++ warnings are now shown in the build log.
2017-03-04 15:53:40 +01:00
8c5c7f8d2a Updated gradle to latest version 2017-01-17 10:19:39 +00:00
05eff01229 Android: Update the gradle file to use android studio 2.2 cmake. 2016-10-05 23:44:10 +02:00
4a0a92e95e [Android] Bump gradle plugin to 2.1.0
And fix deprecation warning in script
2016-05-18 22:31:54 -04:00
57eea4f330 Fix android builds permanently. 2016-04-02 10:14:40 -04:00
6cd7740f4b Android: Update gradle version 2016-04-02 13:56:30 +02:00
38a5183eb4 Fix Android buildbot 2016-03-12 15:44:13 -06:00
6115d39a7a Implement Gamecube Input setting screen 2016-01-29 23:33:06 -05:00
fb04622039 Fix bugs in Setting screen & add a way to exit without saving 2016-01-24 19:31:34 -05:00
11fb26afa1 Fix android builds 2016-01-21 22:55:51 -05:00
13f336051f Update build tools + support libraries 2016-01-10 10:58:12 -05:00
b47835fc07 Implement first few screens of Android 5.0-based UI. 2015-05-07 22:27:42 -04:00
c80225ea4d Convert the Android source code to the directory structure of a Gradle-based Android Studio project. 2015-05-02 21:49:17 -04:00
b47cf7e70e Updates the gradle build file to the latest needed for Android Studio.
This may require the buildbot to be updated.
2014-12-20 19:01:40 -06:00
b197f44518 Update build.gradle to newer buildtools.
Newer android studio versions now mandate at least build tools 20.0.0 and gradle 0.12+
So update the gradle file for this.
2014-08-28 17:21:48 -05:00
5416dd24d7 Attach '.debug' to the end of the app's package name. This allows for installation of both debug and release configs on the same device. 2014-05-26 00:08:40 -04:00
d85b8afe58 Pass our signing information to gradle by argument.
Changes from using environment variables that the world can see to arguments.
So we don't have to expose our keys and aliases to people
2014-03-22 07:33:18 -05:00
adaf095229 Fix building the release APK with gradle.
In release build all warnings are errors, and lint has some obnoxious warnings.
2014-03-17 16:28:31 -05:00
cf6e0b6015 Make it possible to build Dolphin for Android in OS X and also less of a pain with gradle. 2014-02-22 21:01:58 -06:00
2ed24d5311 [Android] Fix the gradle build system to allow for building from terminal. It will now copy the library files correctly and sign the resulting apk. 2013-12-24 15:28:24 -06:00
86b3719d14 [Android] Add a gradle build file for use with Android Studio 4.0 2013-12-23 12:26:55 -07:00