Skip to content

Commit 069d5d5

Browse files
committed
make gradle work
1 parent 0f2605d commit 069d5d5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

rollbar_flutter/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ apply plugin: 'checkstyle'
3333
apply plugin: "com.github.spotbugs"
3434

3535
android {
36+
namespace "com.rollbar.flutter.example"
3637
compileSdkVersion 31
3738

3839
compileOptions {

rollbar_flutter/example/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ if (flutterVersionName == null) {
2222
}
2323

2424
android {
25+
namespace "com.rollbar.flutter.example"
2526
compileSdkVersion flutter.compileSdkVersion
2627

2728
compileOptions {
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
4+
networkTimeout=10000
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)