Fixed two FCs. (1. bitmap recycled 2. ArrayList OOB)

This commit is contained in:
Karim Abou Zeid 2015-05-21 14:50:04 +02:00
commit fe3657707b
4 changed files with 16 additions and 10 deletions

View file

@ -24,8 +24,8 @@ android {
applicationId "com.kabouzeid.gramophone"
minSdkVersion 16
targetSdkVersion 22
versionCode 22
versionName "0.9.9.2b DEV"
versionCode 24
versionName "0.9.9.4b"
}
compileOptions {