Skip to content

Commit 2087bef

Browse files
committed
Rename app->lib, fixed package name
1 parent cd5fe44 commit 2087bef

File tree

8 files changed

+5
-41
lines changed

8 files changed

+5
-41
lines changed

lib/gradle.properties

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,3 @@ org.gradle.jvmargs=-Xmx1536m
1515
# This option should only be used with decoupled projects. More details, visit
1616
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1717
# org.gradle.parallel=true
18-
19-
VERSION_NAME=1000.0.0-master
20-
GROUP=com.swmansion
21-
22-
POM_NAME=android-jsc
23-
POM_ARTIFACT_ID=android-jsc
24-
POM_PACKAGING=aar
File renamed without changes.

lib/app/build.gradle renamed to lib/lib/build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,8 @@ android {
88
targetSdkVersion 25
99
versionCode 1
1010
versionName "1.0"
11-
// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1211
}
13-
// buildTypes {
14-
// release {
15-
// minifyEnabled false
16-
// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
17-
// }
18-
// }
12+
1913
sourceSets {
2014
main {
2115
jniLibs.srcDirs = ['../distribution/jsc/lib']

lib/app/gradle.properties renamed to lib/lib/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1000.0.0-master
2-
GROUP=com.swmansion
1+
VERSION_NAME=r216995
2+
GROUP=org.webkit
33

44
POM_NAME=android-jsc
55
POM_ARTIFACT_ID=android-jsc
File renamed without changes.

lib/app/release.gradle renamed to lib/lib/release.gradle

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2015-present Facebook. All Rights Reserved.
2-
2+
// https://github.com/facebook/react-native/blob/master/ReactAndroid/release.gradle
33
apply plugin: 'maven'
44
apply plugin: 'signing'
55

@@ -16,29 +16,6 @@ def configureReactNativePom(def pom) {
1616
name POM_NAME
1717
artifactId POM_ARTIFACT_ID
1818
packaging POM_PACKAGING
19-
description 'A framework for building native apps with React'
20-
url 'https://github.com/facebook/react-native'
21-
22-
scm {
23-
url 'https://github.com/facebook/react-native.git'
24-
connection 'scm:git:https://github.com/facebook/react-native.git'
25-
developerConnection 'scm:git:[email protected]:facebook/react-native.git'
26-
}
27-
28-
licenses {
29-
license {
30-
name 'BSD License'
31-
url 'https://github.com/facebook/react-native/blob/master/LICENSE'
32-
distribution 'repo'
33-
}
34-
}
35-
36-
developers {
37-
developer {
38-
id 'facebook'
39-
name 'Facebook'
40-
}
41-
}
4219
}
4320
}
4421

lib/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app'
1+
include ':lib'

0 commit comments

Comments
 (0)