Commit 6af61634 authored by TacoTheDank's avatar TacoTheDank Committed by Mygod

updated things (#1859)

* Update build.gradle

* Update gradle-wrapper.properties

* Update .travis.yml

* Update build.gradle

* Update build.gradle
parent 8aabc73b
...@@ -24,7 +24,7 @@ install: ...@@ -24,7 +24,7 @@ install:
- popd - popd
- touch $HOME/.android/repositories.cfg - touch $HOME/.android/repositories.cfg
- yes | sdkmanager - yes | sdkmanager
"build-tools;28.0.0" "build-tools;28.0.1"
ndk-bundle ndk-bundle
"platforms;android-28" "platforms;android-28"
>/dev/null >/dev/null
......
...@@ -4,14 +4,14 @@ apply plugin: 'com.github.ben-manes.versions' ...@@ -4,14 +4,14 @@ apply plugin: 'com.github.ben-manes.versions'
buildscript { buildscript {
ext { ext {
kotlinVersion = '1.2.41' kotlinVersion = '1.2.51'
minSdkVersion = 21 minSdkVersion = 21
sdkVersion = 28 sdkVersion = 28
compileSdkVersion = 28 compileSdkVersion = 28
buildToolsVersion = '28.0.0' buildToolsVersion = '28.0.1'
supportLibraryVersion = '28.0.0-alpha3' supportLibraryVersion = '28.0.0-alpha3'
takisoftFixVersion = '27.1.1.1' takisoftFixVersion = '27.1.1.1'
roomVersion = '1.1.0' roomVersion = '1.1.1'
junitVersion = '4.12' junitVersion = '4.12'
androidTestVersion = '1.0.2' androidTestVersion = '1.0.2'
androidEspressoVersion = '3.0.2' androidEspressoVersion = '3.0.2'
...@@ -24,7 +24,7 @@ buildscript { ...@@ -24,7 +24,7 @@ buildscript {
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.1.3' classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0' classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0'
classpath 'com.google.gms:google-services:4.0.1' classpath 'com.google.gms:google-services:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
} }
......
...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip
...@@ -72,7 +72,7 @@ dependencies { ...@@ -72,7 +72,7 @@ dependencies {
implementation "com.google.android.gms:play-services-vision:15.0.2" implementation "com.google.android.gms:play-services-vision:15.0.2"
implementation "com.google.firebase:firebase-config:16.0.0" implementation "com.google.firebase:firebase-config:16.0.0"
implementation 'com.google.firebase:firebase-core:16.0.0' implementation 'com.google.firebase:firebase-core:16.0.0'
implementation 'com.mikepenz:materialdrawer:6.0.7' implementation 'com.mikepenz:materialdrawer:6.0.8'
implementation 'com.squareup.okhttp3:okhttp:3.10.0' implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation "com.takisoft.fix:preference-v7-simplemenu:$takisoftFixVersion" implementation "com.takisoft.fix:preference-v7-simplemenu:$takisoftFixVersion"
implementation 'com.twofortyfouram:android-plugin-api-for-locale:1.0.2' implementation 'com.twofortyfouram:android-plugin-api-for-locale:1.0.2'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment