Skip to content

Commit e87f3e0

Browse files
author
Mukesh Solanki
committed
updated target sdk
1 parent 7555c79 commit e87f3e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

markdownview/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ apply plugin: 'com.android.library'
33
group = 'com.github.mukeshsolanki'
44

55
android {
6-
compileSdkVersion 29
6+
compileSdkVersion 30
77

88
defaultConfig {
99
minSdkVersion 14
10-
targetSdkVersion 29
11-
versionCode 9
12-
versionName "1.1.0"
10+
targetSdkVersion 30
11+
versionCode 10
12+
versionName "1.1.1"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)