Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Update gradle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardsurfer committed Aug 18, 2017
1 parent 259ecac commit 91bb35c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -274,7 +274,7 @@ abstract class AbsQuizView<out Q : Quiz<*>>
if (context is QuizActivity) (context as QuizActivity).proceed()
}

protected fun <T> inflate(@LayoutRes resId: Int) =
protected fun <T: View> inflate(@LayoutRes resId: Int) =
layoutInflater.inflate(resId, this, false) as T

}
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -23,7 +23,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-alpha6'
classpath 'com.android.tools.build:gradle:3.0.0-beta2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Wed Jul 05 14:45:55 BST 2017
#Mon Aug 07 15:43:31 BST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-milestone-1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-rc-1-all.zip

0 comments on commit 91bb35c

Please sign in to comment.