An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix android build

authored by

João Ferreiro and committed by
Paul Frazee
07263505 0d7385a4

+4 -3
+4 -3
android/build.gradle
··· 4 4 5 5 buildscript { 6 6 ext { 7 - buildToolsVersion = "31.0.0" 7 + buildToolsVersion = "33.0.0" 8 8 minSdkVersion = 21 9 - compileSdkVersion = 31 10 - targetSdkVersion = 31 9 + compileSdkVersion = 33 10 + targetSdkVersion = 33 11 11 12 12 if (System.properties['os.arch'] == "aarch64") { 13 13 // For M1 Users we need to use the NDK 24 which added support for aarch64 ··· 49 49 } 50 50 google() 51 51 maven { url 'https://www.jitpack.io' } 52 + maven { url 'https://maven.google.com' } 52 53 } 53 54 }