Quick fixes
This commit is contained in:
parent
6aaf926ff7
commit
7c206f5423
10 changed files with 33 additions and 41 deletions
|
|
@ -17,14 +17,14 @@ repositories {
|
|||
|
||||
android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "22"
|
||||
buildToolsVersion "22.0.1"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.kabouzeid.gramophone"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 22
|
||||
versionCode 3
|
||||
versionName "0.9.1b"
|
||||
versionCode 4
|
||||
versionName "0.9.2b"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
@ -64,7 +64,4 @@ dependencies {
|
|||
compile('com.crashlytics.sdk.android:crashlytics:2.2.1@aar') {
|
||||
transitive = true;
|
||||
}
|
||||
compile('com.mikepenz.aboutlibraries:library:4.5.9@aar') {
|
||||
transitive = true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue