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

Commit c1487a0

Browse files
committed
version 0.3.1
1 parent d410c02 commit c1487a0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ android:
77
script:
88
- cd injector && ./gradlew build install
99
- cd ../injector-android-example && ./gradlew build
10+
- cd ../
1011
after_success:
1112
- ./cd/before-deploy.sh
1213
- ./cd/deploy.sh

versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project.ext {
2-
VERSION_NAME = "0.3.1-SNAPSHOT"
2+
VERSION_NAME = "0.3.1"
33
GROUP = "app.artyomd.injector"
44

55
POM_INJECTOR_NAME = "injector"

0 commit comments

Comments
 (0)