Skip to content

Commit 897fd41

Browse files
Update build.gradle
1 parent 07743eb commit 897fd41

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

library/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'maven-publish'
33
group='com.github.TutorialsAndroid'
4+
45
android {
56
compileSdkVersion 35
67
defaultConfig {
7-
minSdkVersion 15
8+
minSdkVersion 26
89
targetSdkVersion 35
9-
versionCode 1
10-
versionName "1.0.19"
10+
versionCode 2
11+
versionName "2.0.0"
1112
}
1213

1314
compileOptions {

0 commit comments

Comments
 (0)