We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e29e4a commit 08052d8Copy full SHA for 08052d8
android/build.gradle
@@ -12,12 +12,12 @@ buildscript {
12
apply plugin: 'com.android.library'
13
14
android {
15
- compileSdkVersion 23
16
- buildToolsVersion "23.0.1"
+ compileSdkVersion 25
+ buildToolsVersion "25.0.3"
17
18
defaultConfig {
19
minSdkVersion 16
20
- targetSdkVersion 23
+ targetSdkVersion 25
21
versionCode 1
22
versionName "1.0"
23
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-text-size",
3
- "version": "1.0.0-alpha.9",
+ "version": "1.0.0-alpha.10",
4
"description": "Measure text height and width without laying it out.",
5
"main": "index.js",
6
"types": "./index.d.ts",
0 commit comments