Skip to content

Commit

Permalink
Chore/android version bump 3.2.3.1 (#346)
Browse files Browse the repository at this point in the history
* bump android dependency to 3.2.3.1

* bump target sdk
  • Loading branch information
namidan authored Aug 31, 2024
1 parent 3732b9c commit 2cf0ea8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
buildToolsVersion safeExtGet('buildToolsVersion', DEFAULT_BUILD_TOOLS_VERSION)
defaultConfig {
minSdkVersion 22
targetSdkVersion 33
targetSdkVersion 34
versionCode 1
versionName "1.0"
}
Expand Down Expand Up @@ -85,8 +85,8 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

playImplementation "com.namiml:sdk-android:3.2.3"
amazonImplementation "com.namiml:sdk-amazon:3.2.3"
playImplementation "com.namiml:sdk-android:3.2.3.1"
amazonImplementation "com.namiml:sdk-amazon:3.2.3.1"

implementation "com.facebook.react:react-native:+" // From node_modules
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/Basic/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
buildToolsVersion = "34.0.0"
minSdkVersion = 22
compileSdkVersion = 34
targetSdkVersion = 33
targetSdkVersion = 34
kotlin_version = '1.8.20'
}

Expand Down
2 changes: 1 addition & 1 deletion examples/TestNamiTV/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
compileSdkVersion = 34
// ndkVersion = "25.1.8937393"
kotlin_version = '1.8.20'
targetSdkVersion = 33
targetSdkVersion = 34
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-nami-sdk",
"version": "3.2.3",
"version": "3.2.3-2",
"description": "React Native Module for Nami - Easy subscriptions & in-app purchases, with powerful built-in paywalls and A/B testing.",
"main": "index.ts",
"types": "index.d.ts",
Expand Down

0 comments on commit 2cf0ea8

Please sign in to comment.