Skip to content
Snippets Groups Projects

Resolve "Fix pull to refresh on too short page"

Merged Benoît Harrault requested to merge 83-fix-pull-to-refresh-on-too-short-page into master
13 files
+ 288
10
Compare changes
  • Side-by-side
  • Inline
Files
13
+ 1
1
@@ -13,7 +13,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "org.benoitharrault.scrobbles"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
ndkVersion = "27.0.12077973"
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
Loading