Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
gitter
gitter-android-app
Commits
e4a1d408
Commit
e4a1d408
authored
Dec 05, 2018
by
Eric Eastwood
Browse files
Update some dependencies from running in Android Studio
parent
fa1ddd52
Pipeline
#39129174
passed with stages
in 8 minutes and 22 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
5 deletions
+6
-5
.gitignore
.gitignore
+1
-0
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
.idea/caches/build_file_checksums.ser
.idea/caches/build_file_checksums.ser
+0
-0
app/build.gradle
app/build.gradle
+1
-1
build.gradle
build.gradle
+1
-1
gradle/wrapper/gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+2
-2
No files found.
.gitignore
View file @
e4a1d408
...
...
@@ -8,6 +8,7 @@
.settings
app/.classpath
app/.project
app/release/
app/app-release.apk
app/manifest-merger-release-report.txt
app/src/main/assets/www
...
...
.gitlab-ci.yml
View file @
e4a1d408
...
...
@@ -4,7 +4,7 @@ variables:
# Just matched `app/build.gradle`
ANDROID_COMPILE_SDK
:
"
24"
# Just matched `app/build.gradle`
ANDROID_BUILD_TOOLS
:
"
2
7
.0.3"
ANDROID_BUILD_TOOLS
:
"
2
8
.0.3"
# Version from https://developer.android.com/studio/releases/sdk-tools
ANDROID_SDK_TOOLS
:
"
24.4.1"
...
...
.idea/caches/build_file_checksums.ser
View file @
e4a1d408
No preview for this file type
app/build.gradle
View file @
e4a1d408
...
...
@@ -16,7 +16,7 @@ else {
android
{
compileSdkVersion
24
buildToolsVersion
'2
7
.0.3'
buildToolsVersion
'2
8
.0.3'
defaultConfig
{
applicationId
"im.gitter.gitter"
...
...
build.gradle
View file @
e4a1d408
...
...
@@ -6,7 +6,7 @@ buildscript {
google
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
1.3
'
classpath
'com.android.tools.build:gradle:3.
2.1
'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
gradle/wrapper/gradle-wrapper.properties
View file @
e4a1d408
#Wed
Aug 01 00:59:4
8 C
D
T 2018
#Wed
Dec 05 15:38:5
8 C
S
T 2018
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
6
-all.zip
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment