fix(winter-cg): crypto (#10580)

This commit is contained in:
Osei Fortune
2024-07-10 21:20:51 -04:00
committed by GitHub
parent f184d5b814
commit 41f938c5ee
35 changed files with 636 additions and 353 deletions

View File

@@ -6,11 +6,11 @@
//}
android {
compileSdkVersion 33
buildToolsVersion "33.0.0"
compileSdkVersion 34
buildToolsVersion "34.0.0"
defaultConfig {
minSdkVersion 23
targetSdkVersion 33
minSdkVersion 24
targetSdkVersion 34
generatedDensities = []
}
aaptOptions {

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="__PACKAGE__"
android:versionCode="1"
android:versionName="1.0">