Skip to content

Commit faefa69

Browse files
committed
Releasing v0.0.2
versionCode `2` versionName `2018.12 - Stable`
1 parent 8d0b8e9 commit faefa69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drfapi/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion 14
1212
targetSdkVersion 28
13-
versionCode 1
14-
versionName "0.1b"
13+
versionCode 2
14+
versionName "2018.12 - Stable"
1515

1616
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1717

@@ -48,7 +48,7 @@ ext {
4848
siteUrl = 'https://github.com/101Loop/drf-android/'
4949
gitUrl = 'https://github.com/101Loop/drf-android.git'
5050

51-
libraryVersion = '0.0.1'
51+
libraryVersion = '0.0.2'
5252

5353
developerId = 'iamhssingh'
5454
developerName = 'Himanshu Shankar'

0 commit comments

Comments
 (0)