mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-24 20:47:55 +00:00
Update target SDK version
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import org.signal.signing.ApkSignerUtil
|
||||
|
||||
import java.security.MessageDigest
|
||||
|
||||
buildscript {
|
||||
@@ -194,11 +192,11 @@ android {
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
versionCode 3
|
||||
versionCode 4
|
||||
versionName "1.0.0"
|
||||
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 26
|
||||
targetSdkVersion 28
|
||||
multiDexEnabled true
|
||||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
Reference in New Issue
Block a user