Moved version to last item of preferences.
Cleaned code in various places.
This commit is contained in:
parent
ae680d0e40
commit
cc7b7ce8ea
8 changed files with 115 additions and 74 deletions
|
@ -9,7 +9,7 @@ android {
|
|||
minSdkVersion 14
|
||||
targetSdkVersion 22
|
||||
versionCode 2
|
||||
versionName "1.1b9"
|
||||
versionName "1.1b10"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -28,4 +28,5 @@ android {
|
|||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
//compile 'com.android.support:appcompat-v7:22.0.0'
|
||||
compile 'com.android.support:support-annotations:20.0.0'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue