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
21 changes: 5 additions & 16 deletions libphonenumber_plugin/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
group 'com.example.libphonenumber_plugin'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.8.0'
repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
plugins {
id 'com.android.library'
id 'org.jetbrains.kotlin.android'
}

allprojects {
Expand All @@ -21,13 +12,11 @@ allprojects {
}
}

apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'com.example.libphonenumber_plugin'

compileSdkVersion 31
compileSdk 36

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand All @@ -47,6 +36,6 @@ android {
}

dependencies {
api 'com.googlecode.libphonenumber:libphonenumber:8.13.4'
api 'com.googlecode.libphonenumber:libphonenumber:9.0.13'
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0-milestone-1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
251 changes: 251 additions & 0 deletions libphonenumber_plugin/android/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

94 changes: 94 additions & 0 deletions libphonenumber_plugin/android/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading