Skip to content

Commit

Permalink
bump tools and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb committed May 22, 2018
1 parent 87eba32 commit b36ed08
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
20 changes: 11 additions & 9 deletions SMSdroid/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:3.1.2'
}
}
apply plugin: 'com.android.application'
Expand All @@ -12,12 +13,13 @@ repositories {
maven {
url 'https://raw.githubusercontent.com/felixb/mvn-repo/master'
}
mavenCentral()
jcenter()
google()
}

android {
compileSdkVersion 25
buildToolsVersion '25.0.3'
buildToolsVersion '27.0.3'

defaultConfig {
minSdkVersion 14
Expand Down Expand Up @@ -65,10 +67,10 @@ android {
}

dependencies {
compile 'com.android.support:support-v4:25.3.1'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.google.android.gms:play-services-ads:10.2.4'
compile 'de.ub0r.android.lib:lib:1.1.1'
compile 'de.ub0r.android.logg0r:logg0r:2.0.0'
compile 'de.ub0r.android.eucookieconsent:library:0.2.0@aar'
implementation 'com.android.support:support-v4:25.4.0'
implementation 'com.android.support:appcompat-v7:25.4.0'
implementation 'com.google.android.gms:play-services-ads:10.2.6'
implementation 'de.ub0r.android.lib:lib:1.1.1'
implementation 'de.ub0r.android.logg0r:logg0r:2.0.0'
implementation 'de.ub0r.android.eucookieconsent:library:0.2.0@aar'
}
4 changes: 2 additions & 2 deletions SMSdroid/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
<item name="android:visibility">gone</item>
</style>

<style name="Theme.SMSdroid" parent="style/Theme.AppCompat">
<style name="Theme.SMSdroid" parent="@style/Theme.AppCompat">
<item name="android:actionBarStyle" tools:ignore="NewApi">@style/Widget.Styled.ActionBar</item>
<item name="actionBarStyle">@style/Widget.Styled.ActionBar</item>
<item name="ubButtonBarBackground">@color/ubActionBarBackgroundDark</item>
</style>

<style name="Theme.SMSdroid_Light" parent="style/Theme.AppCompat.Light.DarkActionBar">
<style name="Theme.SMSdroid_Light" parent="@style/Theme.AppCompat.Light.DarkActionBar">
<item name="android:actionBarStyle" tools:ignore="NewApi">@style/Widget.Styled.ActionBar_Light</item>
<item name="actionBarStyle">@style/Widget.Styled.ActionBar_Light</item>
<item name="ubButtonBarBackground">@color/ubActionBarBackgroundLight</item>
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 @@
#Sat Mar 11 13:57:49 CET 2017
#Tue May 22 19:47:50 CEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 comments on commit b36ed08

Please sign in to comment.