diff --git a/android/app/build.gradle b/android/app/build.gradle index 6d0d72c02de..8778ed8c777 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -75,5 +75,5 @@ dependencies { //testImplementation 'junit:junit:4.+' //androidTestImplementation 'androidx.test.ext:junit:1.1.2' //androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - implementation files('../../libs/marauroa-client-only.jar') + implementation files('../../libs/marauroa.jar') } diff --git a/buildtools/ant_modules/dist.xml b/buildtools/ant_modules/dist.xml index 24ff3bd4800..4ffe91d06bd 100644 --- a/buildtools/ant_modules/dist.xml +++ b/buildtools/ant_modules/dist.xml @@ -245,7 +245,6 @@ - @@ -381,9 +380,7 @@ - - - + diff --git a/libs/marauroa-client-only.jar b/libs/marauroa-client-only.jar deleted file mode 100644 index 601ee41790f..00000000000 Binary files a/libs/marauroa-client-only.jar and /dev/null differ