Skip to content

Commit

Permalink
Merge pull request #1 from oviva-ag/feature/appand-2278
Browse files Browse the repository at this point in the history
APPAND-2278: Bump AGP version and dependency version
  • Loading branch information
stefanokliba-oviva authored Jun 23, 2023
2 parents 3d25005 + 718cff2 commit 9996fdd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
buildscript {
repositories {
jcenter()
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.android.tools.build:gradle:7.4.2'
}
}

allprojects {
repositories {
jcenter()
google()
mavenCentral()
maven { url "https://jitpack.io" }
mavenLocal()
}
}

Expand Down
15 changes: 5 additions & 10 deletions countrycodepicker/build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.github.joielechong'
version = "2.4.1"
def verCode = 241
version = "2.4.2"
def verCode = 242

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
compileSdkVersion 33

defaultConfig {
minSdkVersion 14
targetSdkVersion 29
targetSdkVersion 33
versionCode verCode
versionName version
}
Expand All @@ -25,9 +23,6 @@ android {
}

dependencies {
// implementation fileTree(dir: 'libs', include: ['*.jar'])
// testImplementation 'junit:junit:4.12'
// api 'io.michaelrocks:libphonenumber-android:8.10.7'
api 'io.michaelrocks:libphonenumber-android:8.10.16'

api 'io.michaelrocks:libphonenumber-android:8.13.13'
}
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 @@
#Tue Sep 03 13:57:39 WIB 2019
#Fri Jun 23 09:05:21 CEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip

0 comments on commit 9996fdd

Please sign in to comment.