Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
Lower gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
Decky Fiyemonda committed Oct 24, 2018
1 parent 50c03af commit 22982d2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file added .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 27
compileSdkVersion 28
buildToolsVersion '28.0.2'

defaultConfig {
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation project(path: ':simpleadapter')
//implementation project(path: ':simpleadapter-kotlin')
//implementation project(path: ':simpleadapter')
implementation 'com.github.deckyfx:simpleadapter:-SNAPSHOT@aar'
// implementation 'com.github.deckyfx:simpleadapter:-SNAPSHOT@aar'

implementation 'com.google.code.gson:gson:2.8.2'
}
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.2.51'
ext.android_support_version = '27.1.1'
ext.kotlin_version = '1.2.60'
ext.android_support_version = '28.0.0'

repositories {
google()
Expand All @@ -11,7 +11,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.0-alpha01'
classpath 'com.android.tools.build:gradle:3.2.0-rc02'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Additional libraries
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jun 06 12:40:33 WIB 2018
#Wed Oct 24 14:55:56 WIB 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip

0 comments on commit 22982d2

Please sign in to comment.