We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab60954 commit 182cb06Copy full SHA for 182cb06
README.md
@@ -14,7 +14,7 @@ allprojects {
14
Add the dependency
15
```
16
dependencies {
17
- implementation 'com.github.p32929:AndroidEasySQL-Library:1.3.9'
+ implementation 'com.github.p32929:AndroidEasySQL-Library:1.3.10'
18
}
19
20
androideasysql-library/build.gradle
@@ -1,13 +1,11 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 26
5
-
6
+ compileSdkVersion 27
7
8
defaultConfig {
9
minSdkVersion 15
10
- targetSdkVersion 26
+ targetSdkVersion 27
11
versionCode 1
12
versionName "1.0"
13
@@ -17,7 +15,6 @@ android {
buildTypes {
release {
- minifyEnabled true
21
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
22
23
0 commit comments