1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Tech | Fix | Delete flavors (#2243)

This commit is contained in:
Sergey Boishtyan 2022-05-09 18:36:28 +03:00 committed by GitHub
parent 58da3badfe
commit 6206f68dea
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 132 additions and 205 deletions

View file

@ -28,16 +28,6 @@ android {
}
}
flavorDimensions 'default'
productFlavors {
stable {
dimension 'default'
}
experimental{
dimension 'default'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11