Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Likandr committed Jul 19, 2018
1 parent 7909f07 commit ed36ad9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ workflows:
filters:
tags:
only: /^\d+\.\d+\.\d+$/

jobs:
build:
docker:
Expand All @@ -38,7 +37,7 @@ jobs:
- image: cibuilds/github:0.10
environment:
DIR_ARTIFACTS: /build/distributions
CIRCLE_TAG: 1.0
CIRCLE_TAG: 1.3
steps:
- attach_workspace:
at: /build
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'maven'
apply plugin: 'distribution'

group 'com.github.likandr'
version '1.0'
version '1.3'

sourceCompatibility = 1.8

Expand Down Expand Up @@ -48,7 +48,7 @@ pluginBundle {
website = 'https://likandr.github.io/lokalise-plugin/'
vcsUrl = 'https://github.com/Likandr/lokalise-plugin'
description = 'This is a gradle plugin for android. Refresh (upload and download) localization files using lokalise.co'
tags = ['android', 'lokalise']
tags = ['android', 'lokalise-plugin', 'lokalise']

plugins {
LokalisePlugin {
Expand All @@ -60,7 +60,7 @@ pluginBundle {
mavenCoordinates {
groupId = "com.github.likandr"
artifactId = "lokalise-plugin"
version = "1.0"
version = "1.3"
}
}

Expand Down

0 comments on commit ed36ad9

Please sign in to comment.