Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 2f79ddb

Browse files
committed
Use API 21
1 parent b21e259 commit 2f79ddb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rxsimplenosql/build.gradle

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

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion '23.0.3'
4+
compileSdkVersion 21
5+
buildToolsVersion '21.1.2'
66

77
defaultConfig {
88
minSdkVersion 8
9-
targetSdkVersion 23
9+
targetSdkVersion 21
1010
versionCode 1
1111
versionName '0.1'
1212
}

0 commit comments

Comments
 (0)