From 30cacd8d17cb7967d003125efe8e1d969e4cf3d4 Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 26 Oct 2023 09:38:31 +0800 Subject: [PATCH] Update version to 1.0.18 --- app/build.gradle | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d199de76..6a101db9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ plugins { id 'com.android.application' } -def AppVersionName = "1.0.16" -def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 16 +def AppVersionName = "1.0.18" +def AppVersionCode = ((1 * 100 + 1) * 100 + 0) * 10 + 18 android { namespace 'com.xypower.mpapp' @@ -83,9 +83,6 @@ dependencies { // implementation project(path: ':opencv') implementation files('libs/devapi.aar') - // https://mvnrepository.com/artifact/com.quickbirdstudios/opencv - implementation 'com.quickbirdstudios:opencv:4.5.3.0' - // implementation group: 'io.netty', name: 'netty-all', version: '4.1.96.Final' // implementation 'io.netty:netty-all:4.1.23.Final' // implementation 'org.apache.logging.log4j:log4j-api:2.14.0'