Skip to content

Commit a1b7d17

Browse files
committed
Android bump minversion to 26
1 parent ba73a4b commit a1b7d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphics-by-opengl-android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
}
3434

3535
defaultConfig {
36-
minSdkVersion 24
36+
minSdkVersion 26
3737
targetSdkVersion 29
3838
versionCode 1
3939
versionName "1"
@@ -53,4 +53,4 @@ dependencies {
5353
implementation 'com.android.support:multidex:1.0.2'
5454
testImplementation 'junit:junit:4.12'
5555
testImplementation "org.mockito:mockito-core:2.+"
56-
}
56+
}

0 commit comments

Comments
 (0)