diff --git a/bramble-android/build.gradle b/bramble-android/build.gradle
index f23cb213b765ce48d878c00a8d192737023ca01c..e6761ac2f1d77c38c53ab005655f7122308bd6fa 100644
--- a/bramble-android/build.gradle
+++ b/bramble-android/build.gradle
@@ -5,8 +5,8 @@ apply plugin: 'witness'
 apply from: 'witness.gradle'
 
 android {
-	compileSdkVersion 30
-	buildToolsVersion '30.0.3'
+	compileSdkVersion 33
+	buildToolsVersion '33.0.0'
 
 	packagingOptions {
 		doNotStrip '**/*.so'
@@ -14,12 +14,13 @@ android {
 
 	defaultConfig {
 		minSdkVersion 16
-		targetSdkVersion 30
+		targetSdkVersion 31
 		versionCode 10415
 		versionName "1.4.15"
 		consumerProguardFiles 'proguard-rules.txt'
 
 		testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
+		testInstrumentationRunnerArguments disableAnalytics: 'true'
 	}
 
 	compileOptions {
diff --git a/briar-android/build.gradle b/briar-android/build.gradle
index 5dd1f297a08bde0ba24d156f30391d7b1cd35210..54fd73642294f178838000b9299dc538a0b7d7c9 100644
--- a/briar-android/build.gradle
+++ b/briar-android/build.gradle
@@ -16,8 +16,8 @@ def getStdout = { command, defaultValue ->
 }
 
 android {
-	compileSdkVersion 30
-	buildToolsVersion '30.0.3'
+	compileSdkVersion 33
+	buildToolsVersion '33.0.0'
 
 	packagingOptions {
 		doNotStrip '**/*.so'
@@ -25,7 +25,7 @@ android {
 
 	defaultConfig {
 		minSdkVersion 16
-		targetSdkVersion 30
+		targetSdkVersion 31
 		versionCode 10415
 		versionName "1.4.15"
 		applicationId "org.briarproject.briar.android"