Skip to content

Commit

Permalink
feat: bump gradle plugin for example
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Verkhovsky committed Oct 31, 2023
1 parent 0322065 commit 0c83a57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions example/android/app/build.gradle
Expand Up @@ -45,6 +45,7 @@ android {
applicationId "com.fingerprintjs.flutter.fpjs_pro.fpjs_pro_plugin_example"
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
compileSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand All @@ -56,6 +57,9 @@ android {
signingConfig signingConfigs.debug
}
}
if (project.android.hasProperty("namespace")) {
namespace 'com.fingerprintjs.flutter.fpjs_pro.fpjs_pro_plugin_example'
}
}

flutter {
Expand Down
2 changes: 1 addition & 1 deletion example/android/build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'com.android.tools.build:gradle:8.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/android/gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip

0 comments on commit 0c83a57

Please sign in to comment.