Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Oct 23, 2022
1 parent 934a7f7 commit 5b8b939
Show file tree
Hide file tree
Showing 8 changed files with 1,105 additions and 1,145 deletions.
8 changes: 5 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ android {
applicationId "io.robertying.learnx"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 9202340
versionName "13.15.0"
versionCode 9202351
versionName "13.16.0"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down Expand Up @@ -156,7 +156,9 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"

implementation "com.google.android.material:material:1.6.1"
implementation "com.google.android.material:material:1.7.0"
implementation "androidx.lifecycle:lifecycle-viewmodel:2.5.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0"

if (enableHermes) {
//noinspection GradleDynamicVersion
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
targetSdkVersion = 33
ndkVersion = "25.1.8937393"
cmakeVersion = "3.22.1"
kotlinVersion = "1.7.10"
kotlinVersion = "1.7.20"
}
repositories {
google()
Expand All @@ -15,7 +15,7 @@ buildscript {
dependencies {
classpath('com.android.tools.build:gradle:7.2.2')
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("de.undercouch:gradle-download-task:5.1.2")
classpath("de.undercouch:gradle-download-task:5.3.0")
}
}

Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require File.join(File.dirname(`node --print "require.resolve('expo/package.json
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

platform :ios, '14.0'
platform :ios, '15.0'
install! 'cocoapods', :deterministic_uuids => false

target 'learnX' do
Expand Down
Loading

0 comments on commit 5b8b939

Please sign in to comment.