Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
orbot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Legacy
gitolite
orbot
Commits
9077bd23
Commit
9077bd23
authored
8 years ago
by
Nathan Freitas
Browse files
Options
Downloads
Patches
Plain Diff
update to 15.2.0-RC-1 and SDK min of 16
parent
085ddb37
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/build.gradle
+1
-1
1 addition, 1 deletion
app/build.gradle
app/src/main/AndroidManifest.xml
+2
-2
2 additions, 2 deletions
app/src/main/AndroidManifest.xml
with
3 additions
and
3 deletions
app/build.gradle
+
1
−
1
View file @
9077bd23
...
...
@@ -6,7 +6,7 @@ android {
defaultConfig
{
applicationId
"org.torproject.android"
minSdkVersion
9
minSdkVersion
16
targetSdkVersion
23
}
...
...
This diff is collapsed.
Click to expand it.
app/src/main/AndroidManifest.xml
+
2
−
2
View file @
9077bd23
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.torproject.android"
android:versionName=
"15.2.0-
beta-2
"
android:versionCode=
"152000
2
0"
android:versionName=
"15.2.0-
RC-1
"
android:versionCode=
"152000
3
0"
android:installLocation=
"auto"
>
<uses-sdk
android:minSdkVersion=
"16"
android:targetSdkVersion=
"23"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment