Skip to content

Commit

Permalink
Use gradle project layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Mar 21, 2015
1 parent 7a373dc commit c66a840
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 35 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "UnifiedNlpApi"]
path = UnifiedNlpApi
url = https://github.com/microg/android_external_UnifiedNlpApi.git
1 change: 0 additions & 1 deletion UnifiedNlpApi
Submodule UnifiedNlpApi deleted from 06d113
12 changes: 1 addition & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,13 @@ repositories {
}

dependencies {
compile project(':UnifiedNlpApi')
compile 'org.microg:unifiednlp-api:1.3.2'
compile 'com.android.support:support-v4:22.0.0'
}

android {
compileSdkVersion 22
buildToolsVersion "22.0.0"
lintOptions.abortOnError false

sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
aidl.srcDirs = ['src']
res.srcDirs = ['res']
}
}
}

if (file('user.gradle').exists()) {
Expand Down
17 changes: 0 additions & 17 deletions settings.gradle

This file was deleted.

4 changes: 2 additions & 2 deletions AndroidManifest.xml → src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.microg.nlp.backend.ichnaea"
android:versionCode="1002"
android:versionName="0.10.2">
android:versionCode="10000"
android:versionName="1.0.0">

<uses-sdk
android:minSdkVersion="10"
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion res/values/strings.xml → src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<string name="pref_title_use_wifis">Use Wi-Fi</string>
<string name="pref_description_use_wifis">Whether to send Wi-Fi data to the geolocation service</string>
<string name="pref_title_use_cells">Use Cell (GSM/UMTS/LTE/CDMA)</string>
<string name="pref_description_use_cells">Whether to send Cell data to the geolocation service.\nThis requires atleast Android 4.2 and does not work properly on all devices.</string>
<string name="pref_description_use_cells">Whether to send Cell data to the geolocation service.\nThis requires Android 4.2 or later.</string>

<string name="first_time_notification_title">Contribute to Mozilla Location Service</string>
<string name="first_time_notification_content"><![CDATA[ Mozilla Location Service is a free, user-powered location database.<br>
Expand Down
File renamed without changes.

0 comments on commit c66a840

Please sign in to comment.