We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
skydoves
Learn more about funding links in repositories.
Report abuse
1 parent bd1d55c commit 097041eCopy full SHA for 097041e
.travis.yml
@@ -0,0 +1,31 @@
1
+language: android
2
+
3
+android:
4
+ components:
5
+ - tools
6
+ - platform-tools
7
+ - build-tools-29.0.0
8
+ - android-29
9
+ - extra-android-support
10
+ - extra-android-m2repository
11
+ - extra-google-m2repository
12
13
+jdk:
14
+ - openjdk8
15
16
+branches:
17
+ except:
18
+ - gh-pages
19
20
+licenses:
21
+ - '.+'
22
23
+notifications:
24
+ email: false
25
26
+cache:
27
+ directories:
28
+ - $HOME/.gradle
29
30
+script:
31
+ - chmod +x ./gradlew
dependencies.gradle
@@ -1,8 +1,8 @@
ext.versions = [
minSdk : 16,
compileSdk : 29,
- versionCode : 2,
- versionName : '1.0.1',
+ versionCode : 1,
+ versionName : '1.0.0',
gradleBuildTool : '3.4.2',
spotlessGradle : '3.23.1',
0 commit comments