Prepared usage of images (fully working with http-uri)

This commit is contained in:
Alexander Doerflinger
2017-08-17 16:17:47 +02:00
parent 4a6e8d9576
commit e906031de4
11 changed files with 121 additions and 9 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.de.aldo_apps.aldo.mariokartcircuitselector"
minSdkVersion 16
targetSdkVersion 25
versionCode 11
versionName "0.1.11"
versionCode 12
versionName "0.1.12"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
@@ -27,9 +27,11 @@ dependencies {
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.afollestad.material-dialogs:core:0.9.4.3'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1'
compile 'devlight.io:navigationtabbar:1.2.5'
compile 'com.android.support:cardview-v7:25.3.1'
compile 'de.hdodenhof:circleimageview:2.1.0'
testCompile 'junit:junit:4.12'
compile 'com.android.support:design:25.3.1'
}