Skip to content

Commit

Permalink
bump libs
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb committed Mar 23, 2019
1 parent 206d88b commit c439bdf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changes

## 1.7.7
* upgrade libraries

## 1.7.6
* compliance to new Google Play Store rules

Expand Down
11 changes: 5 additions & 6 deletions SMSdroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.2'
}
}
apply plugin: 'com.android.application'
Expand All @@ -19,7 +19,6 @@ repositories {

android {
compileSdkVersion 26
buildToolsVersion '28.0.3'

compileOptions {
targetCompatibility 1.8
Expand All @@ -29,8 +28,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 141760000
versionName "1.7.6"
versionCode 141770000
versionName "1.7.7"
}

signingConfigs {
Expand Down Expand Up @@ -74,8 +73,8 @@ android {
dependencies {
implementation 'com.android.support:support-v4:26.1.0'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.google.android.gms:play-services-ads:17.1.2'
implementation 'com.google.android.gms:play-services-ads:17.2.0'
implementation 'de.ub0r.android.lib:lib:1.1.1'
implementation 'de.ub0r.android.logg0r:logg0r:2.0.0'
implementation 'com.google.android.ads.consent:consent-library:1.0.6'
implementation 'com.google.android.ads.consent:consent-library:1.0.7'
}
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 Jan 04 06:24:32 CET 2019
#Sat Mar 23 06:17:47 CET 2019
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.1-all.zip

0 comments on commit c439bdf

Please sign in to comment.