mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Add DocumentsProvider
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
9d1d994f57
commit
2986dc01d9
@@ -13,13 +13,13 @@ android {
|
||||
}
|
||||
compileSdkVersion 34
|
||||
defaultConfig {
|
||||
minSdkVersion 19
|
||||
minSdkVersion 29
|
||||
targetSdkVersion 34
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"
|
||||
arguments "-DANDROID_APP_PLATFORM=android-29", "-DANDROID_STL=c++_static"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -98,4 +98,7 @@ project.android.applicationVariants.configureEach { variant ->
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'org.jetbrains:annotations:15.0'
|
||||
implementation 'androidx.core:core:1.10.1'
|
||||
implementation 'androidx.exifinterface:exifinterface:1.3.6'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user