Skip to content

Commit

Permalink
Merge pull request #62 from zeoflow/env-prepared-for-1.5.1
Browse files Browse the repository at this point in the history
Prepared environment for next release
  • Loading branch information
teogor authored Apr 11, 2021
2 parents 7aa7411 + b366b9b commit 25c595e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ ext {
buildToolsVersion = '30.0.1'
minSdkVersion = 21
targetSdkVersion = 30
versionCode = 5
versionName = "1.2.0"
versionCode = 1
versionName = "1.5.1"
}
6 changes: 1 addition & 5 deletions flow-kit/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
POM_NAME=FlowKit
POM_ARTIFACT_ID=flow-kit
POM_PACKAGING=aar

VERSION_NAME=1.4.1
VERSION_NAME=1.5.1
GROUP=com.zeoflow

POM_DESCRIPTION=An Android Library that comes with useful features and components
POM_URL=https://github.com/zeoflow/flow-kit
POM_SCM_URL=https://github.com/zeoflow/flow-kit
Expand All @@ -15,8 +13,6 @@ POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=zeoflow
POM_DEVELOPER_NAME=ZeoFlow

org.gradle.daemon=true

NEXUS_USERNAME=
NEXUS_PASSWORD=

0 comments on commit 25c595e

Please sign in to comment.