Skip to content

Commit 4b7e6df

Browse files
committed
Fixes
1 parent 92de883 commit 4b7e6df

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
android.defaultConfig {
2+
minSdkVersion Math.max(minSdkVersion?.apiLevel ?: 15, 23)
3+
}
4+
ext["minSdkVersion"] = Math.max(ext.find("minSdkVersion")?:15, 23)
5+
dependencies {
6+
implementation 'androidx.appcompat:appcompat:1.2.0'
7+
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
8+
implementation 'androidx.security:security-crypto:1.1.0'
9+
implementation "androidx.browser:browser:1.8.0"
10+
}

plugins/2020.3627/android/eos.jar

60.6 KB
Binary file not shown.
2.97 MB
Binary file not shown.

src/android/app/libs/eos-sdk.aar

1.73 MB
Binary file not shown.
1.73 MB
Binary file not shown.

0 commit comments

Comments
 (0)