Skip to content

Commit

Permalink
rebase-fix :(
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Oct 27, 2023
1 parent 89ddfc3 commit ec4119d
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
# $keytool -genkey -v -keystore ./status-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias status

# Version requirements used throughout the Gradle scripts
kotlinVersion=1.6.20
minSdkVersion=24
compileSdkVersion=31
targetSdkVersion=31
buildToolsVersion=31.0.0
kotlinVersion=1.7.22
minSdkVersion=23
compileSdkVersion=33
targetSdkVersion=33
buildToolsVersion=33.0.0
supportLibVersion=28.0.0
# This should match version from nix/mobile/android/maven-and-npm-deps/maven/default.nix
gradlePluginVersion=7.2.2
kotlinPluginVersion=1.6.20
# This should match version from nix/pkgs/aapt2/default.nix
gradlePluginVersion=7.4.2
kotlinPluginVersion=1.7.22

android.useAndroidX=true
android.enableJetifier=true
Expand All @@ -55,3 +55,7 @@ commitHash=unknown
# to write custom TurboModules/Fabric components OR use libraries that
# are providing them.
newArchEnabled=false

# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.
hermesEnabled=false

0 comments on commit ec4119d

Please sign in to comment.