Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8a36a6c authored by Jochen Sprickerhof's avatar Jochen Sprickerhof
Browse files

Update submodules

* new module chips (moved from ex)
* update calendar, colorpicker and ex to latest current master
* update datetimepicker and timezonepicker to latest rebase branch
* remove unused assets from timezonepicker
parent cbfda0d1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,3 +13,6 @@
[submodule "external/ex"]
	path = external/ex
	url = https://github.com/Etar-Group/standalone-calendar-frameworks-ex.git
[submodule "external/chips"]
	path = external/chips
	url = https://github.com/Etar-Group/android_frameworks_opt_chips
+2 −3
Original line number Diff line number Diff line
@@ -129,7 +129,6 @@ project(':external:timezonepicker') {
                    aidl.srcDirs = ['src']
                    renderscript.srcDirs = ['src']
                    res.srcDirs = ['res']
                    assets.srcDirs = ['assets']
            }
        }

@@ -139,7 +138,7 @@ project(':external:timezonepicker') {
    }
}

project(':external:ex:chips') {
project(':external:chips') {
    apply plugin: 'android-library'

    android {
@@ -179,7 +178,7 @@ dependencies {
    compile project(':external:colorpicker')
    compile project(':external:datetimepicker')
    compile project(':external:timezonepicker')
    compile project(':external:ex:chips')
    compile project(':external:chips')
}

android {
Compare 2c91bad6 to 524cce00
Original line number Diff line number Diff line
Subproject commit 2c91bad68f13199beea51b476211b9dbd16096fb
Subproject commit 524cce008901f0e16a59d0982c18e964473950b0
Original line number Diff line number Diff line
Subproject commit dcc9b5f4faa6e71cbf8e6b7dbc7be542be4ef236
Compare fee56abe to c1d5eb2d
Original line number Diff line number Diff line
Subproject commit fee56abe1678b3012b970ea227934e5388143add
Subproject commit c1d5eb2d31fb6a74ed129722754139c759aedbe8
Loading