Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

allprojects {
ext {
libraries = [androidSupportV7: 'com.android.support:appcompat-v7:24.2.1',
libraries = [androidSupportV7: 'com.android.support:appcompat-v7:27.0.0',

gggLibDevice : 'com.github.gigigoapps.gigigo-android-lib:ggglib.device:1.0.13',
gggLibLogger : 'com.github.gigigoapps.gigigo-android-lib:ggglib.logger:1.0.13']
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 @@
#Fri Nov 04 10:51:24 CET 2016
#Mon Nov 06 13:54:46 CET 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
1 change: 1 addition & 0 deletions permission-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ android {
lintOptions {
abortOnError false
}
buildToolsVersion '26.0.2'
}

dependencies {
Expand Down
2 changes: 2 additions & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ android {
targetCompatibility 1.7
sourceCompatibility 1.7
}
buildToolsVersion '27.0.0'
}

dependencies {
Expand All @@ -33,6 +34,7 @@ dependencies {
compile 'com.github.Gigigo-Android-Devs:gigigo-baseRecyclerAdapter-library-android:v1.2.1'
compile 'me.panavtec:threaddecoratedview-common:1.5.3'
compile 'me.panavtec:threaddecoratedview-compiler:1.5.3'
annotationProcessor 'me.panavtec:threaddecoratedview-compiler:1.5.3'
compile 'com.squareup.retrofit2:retrofit:2.0.2'
compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'
Expand Down