Skip to content

Commit

Permalink
Upgrade to API33 & AndroidX's annotation to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aristos Pasalides committed Dec 15, 2022
1 parent 5b9285f commit ae1aff8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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:7.1.3'
classpath 'com.android.tools.build:gradle:7.3.1'
}
}

Expand Down
4 changes: 1 addition & 3 deletions countrycodepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 33
versionCode verCode
versionName version
}

buildTypes {
Expand All @@ -24,7 +22,7 @@ android {

dependencies {
implementation 'io.michaelrocks:libphonenumber-android:8.13.2'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.annotation:annotation:1.5.0'
}

task androidSourcesJar(type: Jar) {
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 @@
#Mon Oct 31 13:35:44 EET 2022
#Thu Dec 15 11:01:48 EET 2022
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
5 changes: 2 additions & 3 deletions sampletv/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 33

defaultConfig {
applicationId "com.rilixtech.countrycodepicker.sampletv"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 33
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit ae1aff8

Please sign in to comment.