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

Commit de30e925 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Update unified nlp

parent dd443b26
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
[submodule "UnifiedNlpLib"]
	path = UnifiedNlpLib
	url = https://github.com/microg/android_packages_apps_UnifiedNlp.git
[submodule "play-services-api"]
	path = play-services-api
	url = https://github.com/microg/android_external_GmsApi.git
[submodule "extern/UnifiedNlp"]
	path = extern/UnifiedNlp
	url = https://github.com/microg/android_packages_apps_UnifiedNlp.git

UnifiedNlpApi

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
UnifiedNlpLib/UnifiedNlpApi
 No newline at end of file
Compare 4ee1acc7 to 4ee1acc7
Original line number Diff line number Diff line
Subproject commit 4ee1acc7385bc592506ac632d7a87c08372e345e
Original line number Diff line number Diff line
Subproject commit b2e10a10e47f4540fad1e609469dd5fff87002c5
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ dependencies {
    compile 'com.squareup.wire:wire-runtime:1.6.1'

    compile project(':play-services-api')
    compile project(':UnifiedNlpLib')
    compile project(':unifiednlp-base')

    // vtm from ./libs
    compile group: 'org.oscim', name: 'vtm-android', version: '0.6.0-SNAPSHOT', ext: 'aar'
Loading