diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 08904bfb..fee7685c 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 3.4.1) +project(monerujo) message(STATUS ABI_INFO = ${ANDROID_ABI}) add_library( monerujo diff --git a/app/build.gradle b/app/build.gradle index 25f6dcd3..8a5448cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 31 + compileSdkVersion 33 buildToolsVersion '30.0.3' ndkVersion '17.2.4988734' defaultConfig { @@ -121,6 +121,8 @@ static def getId(name) { } dependencies { + implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0")) + implementation 'androidx.core:core:1.10.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0'