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.
v0.0.2
1 parent 8d0b8e9 commit faefa69Copy full SHA for faefa69
drfapi/build.gradle
@@ -10,8 +10,8 @@ android {
10
defaultConfig {
11
minSdkVersion 14
12
targetSdkVersion 28
13
- versionCode 1
14
- versionName "0.1b"
+ versionCode 2
+ versionName "2018.12 - Stable"
15
16
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
17
@@ -48,7 +48,7 @@ ext {
48
siteUrl = 'https://github.com/101Loop/drf-android/'
49
gitUrl = 'https://github.com/101Loop/drf-android.git'
50
51
- libraryVersion = '0.0.1'
+ libraryVersion = '0.0.2'
52
53
developerId = 'iamhssingh'
54
developerName = 'Himanshu Shankar'
0 commit comments