Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit bd786c2

Browse files
committed
bumping version name
1 parent 1f1cae0 commit bd786c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1536m
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
# org.gradle.parallel=true
1414

15-
VERSION_NAME=0.1.0-alpha
15+
VERSION_NAME=0.1.1-alpha
1616
VERSION_CODE=1
1717
GROUP=com.quiph.ui
1818

recyclerviewfastscroller/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
defaultConfig {
77
minSdkVersion versions.'minSdk'
88
targetSdkVersion versions.'targetSdk'
9-
versionCode 2
9+
versionCode 1
1010
versionName "1.0-alpha"
1111

1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)