Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
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
Menu
Open sidebar
Mark Murphy
cw-andexplore
Commits
e8a97ad0
Commit
e8a97ad0
authored
May 05, 2019
by
Mark Murphy
Browse files
update Gradle and Android Gradle Plugin versions
parent
155ada18
Changes
34
Hide whitespace changes
Inline
Side-by-side
T02-Project/ToDo/build.gradle
View file @
e8a97ad0
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
ext
.
kotlin_version
=
'1.3.
21
'
ext
.
kotlin_version
=
'1.3.
30
'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
3.2
'
classpath
'com.android.tools.build:gradle:3.
4.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
T02-Project/ToDo/gradle/wrapper/gradle-wrapper.properties
View file @
e8a97ad0
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4
.1
0
.1-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5
.1.1-all.zip
T03-Manifest/ToDo/build.gradle
View file @
e8a97ad0
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
ext
.
kotlin_version
=
'1.3.
21
'
ext
.
kotlin_version
=
'1.3.
30
'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
3.2
'
classpath
'com.android.tools.build:gradle:3.
4.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
T03-Manifest/ToDo/gradle/wrapper/gradle-wrapper.properties
View file @
e8a97ad0
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4
.1
0
.1-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5
.1.1-all.zip
T04-Resources/ToDo/build.gradle
View file @
e8a97ad0
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
ext
.
kotlin_version
=
'1.3.
21
'
ext
.
kotlin_version
=
'1.3.
30
'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
3.2
'
classpath
'com.android.tools.build:gradle:3.
4.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
T04-Resources/ToDo/gradle/wrapper/gradle-wrapper.properties
View file @
e8a97ad0
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4
.1
0
.1-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5
.1.1-all.zip
T05-Libraries/ToDo/build.gradle
View file @
e8a97ad0
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
ext
.
kotlin_version
=
'1.3.
21
'
ext
.
kotlin_version
=
'1.3.
30
'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
3.2
'
classpath
'com.android.tools.build:gradle:3.
4.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
T05-Libraries/ToDo/gradle/wrapper/gradle-wrapper.properties
View file @
e8a97ad0
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4
.1
0
.1-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5
.1.1-all.zip
T06-Layout/ToDo/build.gradle
View file @
e8a97ad0
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
ext
.
kotlin_version
=
'1.3.
21
'
ext
.
kotlin_version
=
'1.3.
30
'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
3.2
'
classpath
'com.android.tools.build:gradle:3.
4.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
T06-Layout/ToDo/gradle/wrapper/gradle-wrapper.properties
View file @
e8a97ad0
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4
.1
0
.1-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5
.1.1-all.zip
T07-Toolbar/ToDo/build.gradle
View file @
e8a97ad0
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
ext
.
kotlin_version
=
'1.3.
21
'
ext
.
kotlin_version
=
'1.3.
30
'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
3.2
'
classpath
'com.android.tools.build:gradle:3.
4.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
T07-Toolbar/ToDo/gradle/wrapper/gradle-wrapper.properties
View file @
e8a97ad0
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4
.1
0
.1-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5
.1.1-all.zip
T08-Activities/ToDo/build.gradle
View file @
e8a97ad0
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
ext
.
kotlin_version
=
'1.3.
21
'
ext
.
kotlin_version
=
'1.3.
30
'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
3.2
'
classpath
'com.android.tools.build:gradle:3.
4.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
T08-Activities/ToDo/gradle/wrapper/gradle-wrapper.properties
View file @
e8a97ad0
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4
.1
0
.1-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5
.1.1-all.zip
T09-Fragments/ToDo/build.gradle
View file @
e8a97ad0
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
ext
.
kotlin_version
=
'1.3.
21
'
ext
.
kotlin_version
=
'1.3.
30
'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
3.2
'
classpath
'com.android.tools.build:gradle:3.
4.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
T09-Fragments/ToDo/gradle/wrapper/gradle-wrapper.properties
View file @
e8a97ad0
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4
.1
0
.1-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5
.1.1-all.zip
T10-Model/ToDo/build.gradle
View file @
e8a97ad0
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
ext
.
kotlin_version
=
'1.3.
21
'
ext
.
kotlin_version
=
'1.3.
30
'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
3.2
'
classpath
'com.android.tools.build:gradle:3.
4.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
T10-Model/ToDo/gradle/wrapper/gradle-wrapper.properties
View file @
e8a97ad0
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4
.1
0
.1-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5
.1.1-all.zip
T11-Repository/ToDo/build.gradle
View file @
e8a97ad0
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript
{
ext
.
kotlin_version
=
'1.3.
21
'
ext
.
kotlin_version
=
'1.3.
30
'
repositories
{
google
()
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
3.2
'
classpath
'com.android.tools.build:gradle:3.
4.0
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
T11-Repository/ToDo/gradle/wrapper/gradle-wrapper.properties
View file @
e8a97ad0
...
...
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4
.1
0
.1-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5
.1.1-all.zip
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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