android: Set targetSdkVersion to 26
Former-commit-id: 647d36a6c84561063475819d1dad2c58a731d1c0 Former-commit-id: b3dcb6a1d72f0f1634e23e2b08e9d1d8c74d9790
This commit is contained in:
parent
1eddea8a91
commit
4d3c8c6952
|
@ -6,7 +6,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.mrmichel.rustdroid_emu"
|
applicationId "com.mrmichel.rustdroid_emu"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 23
|
targetSdkVersion 26
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
Reference in a new issue