Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Tor Android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
leap
Android Libs
Tor Android
Commits
806af581
Commit
806af581
authored
2 years ago
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
update sdk versions to API 31
parent
9ff61322
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!4
Update dependencies
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tor-android-binary/build.gradle
+4
-4
4 additions, 4 deletions
tor-android-binary/build.gradle
with
4 additions
and
4 deletions
tor-android-binary/build.gradle
+
4
−
4
View file @
806af581
...
...
@@ -11,12 +11,12 @@ def getVersionName = { ->
}
android
{
compileSdkVersion
3
0
buildToolsVersion
'30.0
.3
'
compileSdkVersion
3
1
buildToolsVersion
'3
1.
0.0'
defaultConfig
{
minSdkVersion
16
targetSdkVersion
3
0
targetSdkVersion
3
1
versionCode
41500
versionName
getVersionName
()
...
...
@@ -86,7 +86,7 @@ task sourcesJar(type: Jar) {
task
javadoc
(
type:
Javadoc
)
{
source
=
android
.
sourceSets
.
main
.
java
.
srcDirs
classpath
+=
project
.
files
(
android
.
getBootClasspath
().
join
(
File
.
pathSeparator
))
classpath
+=
configurations
.
co
mp
i
le
classpath
+=
configurations
.
i
mple
mentation
options
.
noTimestamp
=
true
options
.
addStringOption
(
'charset'
,
'UTF-8'
)
// to match Maven's case
android
.
libraryVariants
.
all
{
variant
->
...
...
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