Skip to content

Commit

Permalink
Android Studio updated to v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
riskpp committed Jun 20, 2020
1 parent 9ad4685 commit 16cd022
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:3.5.2")
classpath("com.android.tools.build:gradle:3.6+")

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ For iOS project:
- Minimum deployment target 10.0

For Android project:
- Android Studio (v3.5.3)
- Android Studio (v4.0)
- Gradle (v3.6+)
- API Level: 16 (Android 4.1 - Jelly Bean)

## Quick start guide
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.android.tools.build:gradle:3.6+'
}
}
}
Expand Down

0 comments on commit 16cd022

Please sign in to comment.