Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Jan 3, 2018
1 parent d0f65dd commit 39fb76d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- Please wrap code with correct syntax highlighting. -->

```kotlin
println("Hello, world!");
println("Hello, world!")
```

<!-- Please wrap logs with Gradle syntax highlighting (it makes them look better): -->
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android:
- tools

# The BuildTools version used by your project
- build-tools-27.0.2
- build-tools-27.0.3

# The SDK version used to compile your project
- android-27
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
applicationId "jahirfiquitiva.apps.frames.sample"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 212
versionName '2.1.2'
versionCode 213
versionName '2.1.3'
vectorDrawables.useSupportLibrary = true
}

Expand Down Expand Up @@ -66,7 +66,7 @@ android {

dependencies {
// Frames
implementation('me.jahirfiquitiva:Frames:2.1.2@aar') {
implementation('me.jahirfiquitiva:Frames:2.1.3@aar') {
transitive = true
}
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/frames_configs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<!-- Define the default app theme
- 0 -> Light
- 1 -> Dark
- 2 -> Transparent
- 3 -> Amoled
- 2 -> Amoled
- 3 -> Transparent
- 4 -> Auto Light-Dark
- 5 -> Auto Light-Amoled
-->
Expand Down
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ ext.versions = [
// Projects
minSdk : 16,
targetSdk : 27,
buildTools: '27.0.2',
buildTools: '27.0.3',
// Gradle Plugins
gradle : '3.0.1',
kotlin : '1.2.0',
kotlin : '1.2.10',
libs : '1.5',
gms : '3.1.0',
// Dependencies
firebase : '11.6.2'
firebase : '11.8.0'
]

ext.gradlePlugins = [
Expand Down

0 comments on commit 39fb76d

Please sign in to comment.