fix build warnings

This commit is contained in:
m2049r 2023-04-27 23:58:08 +02:00
parent c53dd300bc
commit 9fa710f75b
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.4.1)
project(monerujo)
message(STATUS ABI_INFO = ${ANDROID_ABI})
add_library( monerujo

View File

@ -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'