Skip to content
Snippets Groups Projects
Commit 6de686b0 authored by Fabio Lais's avatar Fabio Lais
Browse files

Fixed storage permission problem

parent 8e17433c
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,12 @@ plugins {
}
android {
compileSdk 32
compileSdk 28
defaultConfig {
applicationId "edu.kit.anthropomatik.h2t.pepper.basicapp"
minSdk 23
targetSdk 32
targetSdk 28
versionCode 1
versionName "1.0"
......@@ -29,7 +29,7 @@ android {
dependencies {
implementation 'com.google.android.material:material:1.8.0'
implementation 'com.google.android.material:material:1.4.0'
implementation files('libs/CustomQiSDK.jar')
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment