|
|
@ -9,9 +9,9 @@ android { |
|
|
|
applicationId "gr.thmmy.mthmmy" |
|
|
|
minSdkVersion 19 |
|
|
|
targetSdkVersion 25 |
|
|
|
versionCode 4 |
|
|
|
versionName "0.4" |
|
|
|
archivesBaseName = "thmmyapp-v$versionName" |
|
|
|
versionCode 5 |
|
|
|
versionName "0.5" |
|
|
|
archivesBaseName = "mTHMMY-v$versionName" |
|
|
|
} |
|
|
|
buildTypes { |
|
|
|
release { |
|
|
@ -38,7 +38,7 @@ dependencies { |
|
|
|
compile 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.1.0' |
|
|
|
compile 'org.jsoup:jsoup:1.10.1' |
|
|
|
compile 'com.github.franmontiel:PersistentCookieJar:v1.0.0' |
|
|
|
compile('com.mikepenz:materialdrawer:5.8.0@aar') { |
|
|
|
compile('com.mikepenz:materialdrawer:5.8.1@aar') { |
|
|
|
transitive = true |
|
|
|
} |
|
|
|
compile 'com.mikepenz:fontawesome-typeface:4.7.0.0@aar' |
|
|
|