Skip to content

Commit 182cb06

Browse files
committed
fixed some minor bugs
1 parent ab60954 commit 182cb06

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ allprojects {
1414
Add the dependency
1515
```
1616
dependencies {
17-
implementation 'com.github.p32929:AndroidEasySQL-Library:1.3.9'
17+
implementation 'com.github.p32929:AndroidEasySQL-Library:1.3.10'
1818
}
1919
```
2020

androideasysql-library/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 26
5-
6-
4+
compileSdkVersion 27
75

86
defaultConfig {
97
minSdkVersion 15
10-
targetSdkVersion 26
8+
targetSdkVersion 27
119
versionCode 1
1210
versionName "1.0"
1311

@@ -17,7 +15,6 @@ android {
1715

1816
buildTypes {
1917
release {
20-
minifyEnabled true
2118
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2219
}
2320
}

0 commit comments

Comments
 (0)